SectionTemplateSerializer¶
-
class
SectionTemplateSerializer
(instance=None, data=<class rest_framework.fields.empty>, **kwargs)¶ Create:
CURL Usage:
curl -u username:password --dump-header - -H "Content-Type:application/json" -X POST --data '{"type": "1", "audiofile": "/rest-api/audio-files/1/", "question": "survey que", "survey": "/rest-api/survey-template/1/", "invalid_audiofile": "/rest-api/audio-files/1/", "queue": "/rest-api/queue/1/"}' http://HOSTNAME_IP/rest-api/section-template/
Response:
HTTP/1.0 201 CREATED Date: Fri, 14 Jun 2013 09:52:27 GMT Server: WSGIServer/0.1 Python/2.7.3 Vary: Accept, Accept-Language, Cookie Content-Type: application/json; charset=utf-8 Content-Language: en-us Location: http://HOSTNAME_IP/rest-api/section-template/1/ Allow: GET, POST, HEAD, OPTIONS
Read:
CURL Usage:
curl -u username:password -H 'Accept: application/json' http://HOSTNAME_IP/rest-api/section-template/ or curl -u username:password -H 'Accept: application/json' http://HOSTNAME_IP/rest-api/section-template/%section-template-id%/
Response:
{ "count": 1, "next": null, "previous": null, "results": [ { "url": "http://HOSTNAME_IP/rest-api/section-template/1/", "order": 1, "type": 1, "question": "this is test question", "script": "this is test question", "audiofile": null, "retries": null, "timeout": 5, "key_0": null, "key_1": null, "key_2": null, "key_3": null, "key_4": null, "key_5": null, "key_6": null, "key_7": null, "key_8": null, "key_9": null, "rating_laps": 9, "validate_number": true, "number_digits": 2, "min_number": 0, "max_number": 99, "phonenumber": null, "conference": null, "completed": false, "queue": null, "created_date": "2016-01-13T12:42:28.457", "updated_date": "2016-01-13T12:42:28.511", "survey": "http://HOSTNAME_IP/rest-api/survey-template/1/", "invalid_audiofile": null } ] }
Update:
CURL Usage:
curl -u username:password --dump-header - -H "Content-Type: application/json" -X PATCH --data '{"type": "1", "question": "survey que", "survey": "/rest-api/survey-template/1/", "invalid_audiofile": "/rest-api/audio-files/1/"}' http://HOSTNAME_IP/rest-api/section-template/%section-template-id%/
Response:
HTTP/1.0 202 NO CONTENT Date: Fri, 23 Sep 2011 06:46:12 GMT Server: WSGIServer/0.1 Python/2.7.1+ Vary: Accept-Language, Cookie Content-Length: 0 Content-Type: text/html; charset=utf-8 Content-Language: en-us
Delete:
CURL Usage:
curl -u username:password --dump-header - -H "Content-Type: application/json" -X DELETE http://HOSTNAME_IP/rest-api/section-template/%section-template-id%/
Section Template API¶
-
SectionTemplateSerializer
Create:
CURL Usage:
curl -u username:password --dump-header - -H "Content-Type:application/json" -X POST --data '{"type": "1", "audiofile": "/rest-api/audio-files/1/", "question": "survey que", "survey": "/rest-api/survey-template/1/", "invalid_audiofile": "/rest-api/audio-files/1/", "queue": "/rest-api/queue/1/"}' http://HOSTNAME_IP/rest-api/section-template/
Response:
HTTP/1.0 201 CREATED Date: Fri, 14 Jun 2013 09:52:27 GMT Server: WSGIServer/0.1 Python/2.7.3 Vary: Accept, Accept-Language, Cookie Content-Type: application/json; charset=utf-8 Content-Language: en-us Location: http://HOSTNAME_IP/rest-api/section-template/1/ Allow: GET, POST, HEAD, OPTIONS
Read:
CURL Usage:
curl -u username:password -H 'Accept: application/json' http://HOSTNAME_IP/rest-api/section-template/ or curl -u username:password -H 'Accept: application/json' http://HOSTNAME_IP/rest-api/section-template/%section-template-id%/
Response:
{ "count": 1, "next": null, "previous": null, "results": [ { "url": "http://HOSTNAME_IP/rest-api/section-template/1/", "order": 1, "type": 1, "question": "this is test question", "script": "this is test question", "audiofile": null, "retries": null, "timeout": 5, "key_0": null, "key_1": null, "key_2": null, "key_3": null, "key_4": null, "key_5": null, "key_6": null, "key_7": null, "key_8": null, "key_9": null, "rating_laps": 9, "validate_number": true, "number_digits": 2, "min_number": 0, "max_number": 99, "phonenumber": null, "conference": null, "completed": false, "queue": null, "created_date": "2016-01-13T12:42:28.457", "updated_date": "2016-01-13T12:42:28.511", "survey": "http://HOSTNAME_IP/rest-api/survey-template/1/", "invalid_audiofile": null } ] }
Update:
CURL Usage:
curl -u username:password --dump-header - -H "Content-Type: application/json" -X PATCH --data '{"type": "1", "question": "survey que", "survey": "/rest-api/survey-template/1/", "invalid_audiofile": "/rest-api/audio-files/1/"}' http://HOSTNAME_IP/rest-api/section-template/%section-template-id%/
Response:
HTTP/1.0 202 NO CONTENT Date: Fri, 23 Sep 2011 06:46:12 GMT Server: WSGIServer/0.1 Python/2.7.1+ Vary: Accept-Language, Cookie Content-Length: 0 Content-Type: text/html; charset=utf-8 Content-Language: en-us
Delete:
CURL Usage:
curl -u username:password --dump-header - -H "Content-Type: application/json" -X DELETE http://HOSTNAME_IP/rest-api/section-template/%section-template-id%/