cURL
curl --request GET \ --url https://api.example.com/api/JobPosting/{id}/JobBoards
[ { "status": "<string>", "numApplicants": 123, "jobBoard": "<string>", "jobBoardID": 123, "jobBoardTypeID": 123, "attributes": [ { "id": 123, "type": "<string>", "value": "<string>" } ], "token": "<string>" } ]
OK
Show child attributes
Was this page helpful?