GET v1/PolicySource/PolicySourcesList
Get a list of policy sources
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of policy sources
Collection of PolicySourceSummaryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicySourceID |
Id of the policy source |
integer |
None. |
| PolicySourceName |
Name of the policy source |
string |
None. |
| LocationID |
Id of the location |
integer |
None. |
| ParentId | integer |
None. |
|
| CreatedOn |
Created on |
date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PolicySourceID": 1,
"PolicySourceName": "sample string 2",
"LocationID": 1,
"ParentId": 1,
"CreatedOn": "2026-08-25T17:21:38.3644497+00:00"
},
{
"PolicySourceID": 1,
"PolicySourceName": "sample string 2",
"LocationID": 1,
"ParentId": 1,
"CreatedOn": "2026-08-25T17:21:38.3644497+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfPolicySourceSummaryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Policies">
<PolicySourceSummaryDTO>
<CreatedOn>2026-08-25T17:21:38.3644497+00:00</CreatedOn>
<LocationID>1</LocationID>
<ParentId>1</ParentId>
<PolicySourceID>1</PolicySourceID>
<PolicySourceName>sample string 2</PolicySourceName>
</PolicySourceSummaryDTO>
<PolicySourceSummaryDTO>
<CreatedOn>2026-08-25T17:21:38.3644497+00:00</CreatedOn>
<LocationID>1</LocationID>
<ParentId>1</ParentId>
<PolicySourceID>1</PolicySourceID>
<PolicySourceName>sample string 2</PolicySourceName>
</PolicySourceSummaryDTO>
</ArrayOfPolicySourceSummaryDTO>