GET api/jobstates/allowed/{jobId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jobId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of API.Domain.ViewModels.Job.JobStateItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Id | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"id": "f3ba4fa8-916c-4428-a4c4-0449fcb183c0"
},
{
"name": "sample string 1",
"id": "f3ba4fa8-916c-4428-a4c4-0449fcb183c0"
}
]
text/html
Sample:
[{"name":"sample string 1","id":"f3ba4fa8-916c-4428-a4c4-0449fcb183c0"},{"name":"sample string 1","id":"f3ba4fa8-916c-4428-a4c4-0449fcb183c0"}]