GET api/incident/servicelevels
This method returns a list of Service Charges.
Error Messages
- 404/NotFound - No service levels were found
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ServiceLevelView| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceLevelID | The unique identifier of the service level | integer |
None. |
| Name | The name of the service level | string |
None. |
| Description | A description of the service level | string |
None. |
| CreatedBy | The user that created the service level | string |
None. |
| CreationDate | The date of creation | date |
None. |
| LastModifiedBy | The last user to modify the service level | string |
None. |
| ModifiedDate | The date the service level was last edited | date |
None. |