fix file name
well, this is friday afternoon...
This commit is contained in:
parent
498dc9523f
commit
cff7833373
1 changed files with 42 additions and 38 deletions
|
@ -1,12 +1,12 @@
|
||||||
# TwingleCampaign API
|
# TwingleForm API
|
||||||
|
|
||||||
The TwingleCampaign API is meant to offer a simple and secure interface to read and alter only a limited number of
|
The TwingleForm API is meant to offer a simple and secure interface to read and alter only a limited number of values
|
||||||
values provided by the TwingleProject API.
|
provided by the TwingleProject API.
|
||||||
|
|
||||||
It can be used by external CMS (like Drupal) to receive a list of TwingleProjects. The API delivers for example the
|
It can be used by external CMS (like Drupal) to receive a list of TwingleProjects. The API delivers for example the
|
||||||
embed codes of all active TwingleProjects so that they can be integrated in a website.
|
embed codes of all active TwingleProjects so that they can be integrated in a website.
|
||||||
|
|
||||||
It's also possible to update the TwingleProject `url` field via the TwingleCampaign Create API. In this case the `url`
|
It's also possible to update the TwingleProject `url` field via the TwingleForm Create API. In this case the `url`
|
||||||
fields of all TwingleCampaign children of the TwingleProject will be updated, too.
|
fields of all TwingleCampaign children of the TwingleProject will be updated, too.
|
||||||
|
|
||||||
## Get & Getsingle API
|
## Get & Getsingle API
|
||||||
|
@ -23,11 +23,13 @@ fields of all TwingleCampaign children of the TwingleProject will be updated, to
|
||||||
|**twingle_project_type**|no |project type can be *default*, *event* or *membership*|default |
|
|**twingle_project_type**|no |project type can be *default*, *event* or *membership*|default |
|
||||||
|
|
||||||
### Example Get call
|
### Example Get call
|
||||||
|
|
||||||
```curl
|
```curl
|
||||||
curl --location -g --request GET 'http://dmaster.localhost:7979/sites/all/modules/civicrm/extern/rest.php?entity=TwingleForm&action=get&api_key=xxxxxxxxxxxxxxxxxxxx&key=xxxxxxxxxxxxxxxxxxxx&json={}'
|
curl --location -g --request GET 'http://dmaster.localhost:7979/sites/all/modules/civicrm/extern/rest.php?entity=TwingleForm&action=get&api_key=xxxxxxxxxxxxxxxxxxxx&key=xxxxxxxxxxxxxxxxxxxx&json={}'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Response for successful Get call
|
### Response for successful Get call
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"is_error": 0,
|
"is_error": 0,
|
||||||
|
@ -57,11 +59,13 @@ curl --location -g --request GET 'http://dmaster.localhost:7979/sites/all/module
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example Getsingle call
|
### Example Getsingle call
|
||||||
|
|
||||||
```curl
|
```curl
|
||||||
curl --location -g --request GET 'http://dmaster.localhost:7979/sites/all/modules/civicrm/extern/rest.php?entity=TwingleForm&action=getsingle&api_key=xxxxxxxxxxxxxxxxxxxx&key=xxxxxxxxxxxxxxxxxxxx&json={%22id%22:16}' \
|
curl --location -g --request GET 'http://dmaster.localhost:7979/sites/all/modules/civicrm/extern/rest.php?entity=TwingleForm&action=getsingle&api_key=xxxxxxxxxxxxxxxxxxxx&key=xxxxxxxxxxxxxxxxxxxx&json={%22id%22:16}' \
|
||||||
```
|
```
|
||||||
|
|
||||||
### Response for successful Getsingle call
|
### Response for successful Getsingle call
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"is_error": 0,
|
"is_error": 0,
|
Loading…
Add table
Add a link
Reference in a new issue