get https://{base_url}/core/api/v1/dispatch-service/job-types//config/attributes
API to get specific job details by job type Id. | Header/Path | Description |
---|---|---|
X-COREOS-REQUEST-ID (header*) | Unique request ID. | string |
X-USER-ID (header*) | User ID. | string |
X-USER-NAME (header*) | User name. | string |
X-COREOS-TID (header*) | Tenant ID. | string |
*This is required.
HTTP Status Code Summary
| Code | Description |
| --- | ---- |
| 200 - OK | Everything worked as expected. |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. |
| 401 - Unauthorized | No valid API key provided. |
| 404 - Not Found | The requested resource doesn't exist. |