GET v6/integration/flagTypes
Request Information
URI Parameters
None.
Body Parameters
IntegrationSpecsModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchSize | integer |
None. |
|
| Pointer | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"batchSize": 1,
"pointer": 1
}
Response Information
Resource Description
Collection of IntegrationFlagTypeModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| FlagTypeId | integer |
None. |
|
| Active | boolean |
None. |
|
| FlagType | string |
None. |
|
| RepairComponent | boolean |
None. |
|
| RepairFlag | boolean |
None. |
|
| AdminFlag | boolean |
None. |
|
| SystemFlag | boolean |
None. |
|
| CreationDate | date |
None. |
|
| ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"flagTypeId": 1,
"active": true,
"flagType": "sample string 3",
"repairComponent": true,
"repairFlag": true,
"adminFlag": true,
"systemFlag": true,
"creationDate": "2025-11-08T08:21:01.0063444+00:00",
"modifiedDate": "2025-11-08T08:21:01.0063444+00:00"
},
{
"flagTypeId": 1,
"active": true,
"flagType": "sample string 3",
"repairComponent": true,
"repairFlag": true,
"adminFlag": true,
"systemFlag": true,
"creationDate": "2025-11-08T08:21:01.0063444+00:00",
"modifiedDate": "2025-11-08T08:21:01.0063444+00:00"
}
]