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": "1253bb35-ed5c-4281-8aa0-4e95d6452264", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2ae31751-db14-47b5-8104-aa6574f57e86", "CreateDate": "2025-05-08T19:06:24.1175296-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T19:06:24.1175296-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }