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": "35350409-9a09-47e8-b1ba-5b1c95e7a9f7", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ecc4e437-7064-4ff8-a922-b4fe5dd60bf3", "CreateDate": "2025-06-02T14:34:50.7340395-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T14:34:50.7340395-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }