Response status code for searches in REST APIs

后端 未结 3 1739
粉色の甜心
粉色の甜心 2020-12-03 11:53

Suppose, we have the following API:

GET /api/guests/{id}


        
3条回答
  •  暖寄归人
    2020-12-03 12:26

    200 and empty list of items. As the guest ressource in general is found but it has no matching items for your query

提交回复
热议问题