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": "ff1844ff-3a44-4932-b6ab-90346c080db9",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "603a5733-cabf-4b83-815b-0e4d6d5b2409",
"CreateDate": "2026-03-30T16:46:52.3787604-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-30T16:46:52.3787604-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}