PlanImportMetadata
Metadata about a Plan or Template import
{
"type": "PlanImportMetadata",
"id": "1",
"attributes": {
"any_plan_people_missing_background_check": true
},
"relationships": {}
}
| Name |
Type |
Description |
any_plan_people_missing_background_check |
boolean |
|
id |
primary_key |
|
| Name |
Parameter |
Type |
Description |
| per_page |
per_page |
integer |
how many records to return per page (min=1, max=100, default=25)
|
| offset |
offset |
integer |
get results from given offset
|
| HTTP Method |
Endpoint |
| GET |
/services/v2 |
Reading
| HTTP Method |
Endpoint |
| GET |
/services/v2/{id} |