question

Upvotes
Accepted
301 6 17 27

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 5.0 MiB each and 10.0 MiB total.

1 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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea