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": "0d160429-5e1b-4d0c-bff4-7908ef3d9fa1",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "13fff4c5-b796-443f-8c14-d50b9d2f4849",
"CreateDate": "2026-08-24T19:59:50.3447401-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-24T19:59:50.3447401-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}