{ "operationId": "GetAtsRejectionReasons", "method": "GET", "path": "/ats/rejection-reasons", "summary": "Get rejection reasons", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "example1", "example": { "status": "success", "data": { "next": "eyJwYWdlIjoxMiwibm90ZSI6InRoaXMgaXMganVzdCBhbiBleGFtcGxlIGFuZCBub3QgcmVwcmVzZW50YXRpdmUgZm9yIGEgcmVhbCBjdXJzb3IhIn0=", "results": [ { "id": "76bab8LKuFtqpZ89mofCPMHX", "remote_id": "6", "name": "Not a fit", "changed_at": "2022-08-07T14:01:29.196Z", "remote_deleted_at": null, "remote_data": null } ] } } } ] }