- Data Integration
- All Products
Request type
| Response
|
---|---|
GET
| For an information request, returns the requested object or an array of objects when applicable.
For an action request, returns the HTTP 200 success code. Can also return the REST API success object.
|
POST
| Returns the object that you created or updated.
Can also return the HTTP 201 success code.
|
DELETE
| HTTP 200 success code.
Can also return the REST API success object.
|
HTTP error code
| Description
|
---|---|
400
| Bad request. Can be a field or format issue such as an invalid character or incorrect string length.
|
401
| Authentication issue. For example, invalid credentials or invalid session IDs.
|
403
| Generic error. For example, user doesn't have required permissions for a resource.
|
404
| Resource can't be found.
|
500
| Unexpected error. Generic error message that appears when an unexpected condition was encountered.
|
502
| Network issue.
|
503
| Service unavailable. The server cannot handle the request.
|
This list of responsecodes seems to be incomplete. E.G. the post call on the loginUrl returns also a HTTP 400 is the password is wrong, not a 403!
Hi Detlef. We’re working to address your comments and will get back to you.
Hi Detlef. We're adding more information about the HTTP error codes in an upcoming release.
Thanks,
Informatica Documentation team
Could you please suggest how can we capture this response status code for any API instead of actual response. For example, if a get method is requested, i just want to capture 200/400 or whatever the response code?
Hi Manish. Thanks for your comment. We're reviewing it and will get back to you.
Hi Manish. Our development team suggests that you consult the documentation for the REST client that you're using for the best answer since this is a question about HTTP standards. You can also contact Informatica Global Customer Support.