/api/import/forms
Lists all data import forms available to the user.
Resource Information
Resource URL |
|
HTTP Method |
|
Parameters
None.
Sample Request / Response
Using curl
:
curl -H "Authorization: OAuth realm=\"https://service.belladati.com/\", oauth_consumer_key=\"myConsumer\", oauth_token=\"mh7an9dkrg59\", oauth_timestamp=\"135131231\", oauth_nonce=\"randomString\"" https://service.belladati.com/api/import/forms
The JSON format response:
{ "importForms": [ { "id": 15, "name": "User data import", "elements": [ { "id": "mNdZBe1rMY", "name": "user", "type": "username" } ] } ] }