Is there a way to know the possible response codes of an (Orchestrator) HTTP Request - In particular of "odata/Jobs/UiPath.Server.Configuration.OData.StartJobs"

Hi

I’d like to know the possible response codes of the (Orchestrator) HTTP Requests.
In particular of the “odata/Jobs/UiPath.Server.Configuration.OData.StartJobs” request.

I tested for response code 200, but now it seems I get a 201 or a 409.
I suppose that 201 means: dropped the job on the job queue in pending state
and 409 means cannot drop the job on the job queue because there is already a job with the same name on the job queue in a pending state.
But this is just a mere guess, based on what I see happening.

It’s a pity Swagger doesn’t document the possible status codes, but maybe someone can help me out on this?

Thanks.

check this https://developer.amazon.com/docs/amazon-drive/ad-restful-api-response-codes.html @ivandeca

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.