Definitions
Term | Definition |
---|---|
JSON | JavaScript Object Notation; a lightweight data-interchange format |
Request | User provides specific data in JSON format |
Response | The generated results of the request |
The web services of the Work Unit API use either POST or GET HTTP Request Methods:
HTTP Request Method | Description |
---|---|
POST |
The query string (name/value pairs) is sent in the HTTP message body |
GET |
The query string (name/value pairs) is sent in the URL |
Submitting a Request
All requests must be submitted using the JSON format specified by ATPCO.
Each web service of the Work Unit API has its own URL. You must send your requests to the appropriate URL.