question

Upvotes
Accepted
301 13 33 38

Why am I receiving a 204 error message response when issuing a REST API call?

rdms
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
141 1 0 3

A 204 Response message is not a HTTP Error message. 2XX Response messages indicate that there has been a successful connection to a REST API endpoint without error. A 204 message indicates that the user has a successful connection, but there is no data to be returned.

Most common cause is that specified input parameters yield no matching data.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.