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": "141d8f78-a6e8-4920-b665-ec60ce36068a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b8039e8a-4584-4634-bb08-d7f3988de371",
"CreateDate": "2026-09-13T23:35:43.5510516-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-13T23:35:43.5510516-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}