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": "c2e05538-0f8e-4ab8-8c3e-24f868750298",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a951c458-b9bb-4317-99e7-bf9b2214e5ec",
"CreateDate": "2026-02-02T13:05:30.0485063-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-02T13:05:30.0485063-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}