GET api/jobstates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of API.Domain.ViewModels.Job.JobStateItemName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Id | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "name": "sample string 1", "id": "8ff8d8e9-ab5a-4f1c-954d-ad0d0238ea99" }, { "name": "sample string 1", "id": "8ff8d8e9-ab5a-4f1c-954d-ad0d0238ea99" } ]
text/html
Sample:
[{"name":"sample string 1","id":"8ff8d8e9-ab5a-4f1c-954d-ad0d0238ea99"},{"name":"sample string 1","id":"8ff8d8e9-ab5a-4f1c-954d-ad0d0238ea99"}]