GET OneStop/Lookups/{ServiceProviderID}
Gets a list of all lookups per service provider
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceProviderID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LookupDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LookupID | integer |
None. |
|
| LookupType | LookupType |
None. |
|
| Value | string |
None. |
|
| Description | string |
None. |
|
| Code | string |
None. |
|
| IsDefault | boolean |
None. |
|
| IsDefaultChild | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| Source | integer |
None. |
|
| ResponseTime | integer |
None. |
|
| FixTime | integer |
None. |
|
| Duration | integer |
None. |
|
| IsCloseCall | boolean |
None. |
|
| LightForeColour | string |
None. |
|
| LightBackColour | string |
None. |
|
| DarkForeColour | string |
None. |
|
| DarkBackColour | string |
None. |
|
| CreateTaskOnCloseStatusID | integer |
None. |
|
| AssignedToLookups | Collection of integer |
None. |
|
| AssignedLookups | Dictionary of integer [key] and integer [value] |
None. |
|
| ParentChildDefaults | Dictionary of integer [key] and integer [value] |
None. |
|
| ParentChildDefaultsToSet | Collection of integer |
None. |
|
| LookupTypeDescription | string |
None. |
|
| LookupTypeString | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.