GET InjectionSourceTypes?injectionSourceTypeId={injectionSourceTypeId}
Retrieves an injection source type by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
injectionSourceTypeId |
Id of the injection source type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the injection source type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | InjectionSourceType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "InjectionSourceTypeId": "060656ce-c809-465a-9875-14ccbdd61a99", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "21315126-708e-4228-97c1-7851ad56a53d", "CreateDate": "2024-12-03T10:09:08.0710667-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-03T10:09:08.0710667-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }