curl --request GET \
--url https://api.plane.com/v1/classifications/{id} \
--header 'Authorization: Bearer <token>'{
"id": "wrc_cNqYX2J3s9bI2Aa",
"worker": "wr_5yMmVvd6Cz7Ptx",
"status": "full-time",
"type": "salaried",
"term": "at-will",
"overtime": false,
"starts": "2024-01-15",
"ends": null,
"created": "2024-01-15T00:00:00Z"
}
Retrieve the details of an existing worker classification.
curl --request GET \
--url https://api.plane.com/v1/classifications/{id} \
--header 'Authorization: Bearer <token>'{
"id": "wrc_cNqYX2J3s9bI2Aa",
"worker": "wr_5yMmVvd6Cz7Ptx",
"status": "full-time",
"type": "salaried",
"term": "at-will",
"overtime": false,
"starts": "2024-01-15",
"ends": null,
"created": "2024-01-15T00:00:00Z"
}
{
"id": "wrc_cNqYX2J3s9bI2Aa",
"worker": "wr_5yMmVvd6Cz7Ptx",
"status": "full-time",
"type": "salaried",
"term": "at-will",
"overtime": false,
"starts": "2024-01-15",
"ends": null,
"created": "2024-01-15T00:00:00Z"
}
Was this page helpful?