cURL
curl --request GET \ --url https://api.plane.com/v1/reportings/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "wrp_cNqYX2J3s9bI2Aa", "worker": "wr_5yMmVvd6Cz7Ptx", "department": { "id": "dep_abc123", "name": "Engineering" }, "manager": { "id": "wr_xyz789", "name": "Jane Smith" }, "created": "2024-01-15T00:00:00Z" }
Retrieve the details of an existing reporting.
Was this page helpful?