Lists onboard individual entity jobs for a specific entity.
Security
oauth2_client_credentials or oauth2_authorization_code
- Mock serverhttps://docs.bndry.net/_mock/apis/openapi/v1alpha/entities/{entity}/onboardIndividualEntityJobs
- BNDRY APIhttps://api.bndry.app/v1alpha/entities/{entity}/onboardIndividualEntityJobs
- oauth2_client_credentials
- oauth2_authorization_code
curl -i -X GET \
'https://docs.bndry.net/_mock/apis/openapi/v1alpha/entities/{entity}/onboardIndividualEntityJobs?pageSize=25&pageToken=ChAIAhABGAEiAggC&skip=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success
The list of onboard individual entity jobs.
A token to retrieve the next page of results, or empty if there are no more results in the list.
Response
{ "onboardIndividualEntityJobs": [ { … } ], "nextPageToken": "ChAIAhABGAEiAggD", "totalSize": 47 }