Info List Items
This chapter focuses on info list items.
Get info list item
A GET
to /info-list-items/{id}
returns the info list item with the given id.
HTTP request
Snippet http-request not found for operation::RestInfoListItemControllerIT/find-info-list-item-by-id
Path parameters
Snippet path-parameters not found for operation::RestInfoListItemControllerIT/find-info-list-item-by-id
HTTP response
Snippet http-response not found for operation::RestInfoListItemControllerIT/find-info-list-item-by-id
Response fields
Snippet response-fields not found for operation::RestInfoListItemControllerIT/find-info-list-item-by-id
Links
Snippet links not found for operation::RestInfoListItemControllerIT/find-info-list-item-by-id
Create info list item
A POST
to /info-lists/{id}/items
creates a new info list item.
HTTP request
Snippet http-request not found for operation::RestInfoListItemControllerIT/add-new-info-list-item
Path parameters
Snippet path-parameters not found for operation::RestInfoListItemControllerIT/add-new-info-list-item
Request fields
Snippet request-fields not found for operation::RestInfoListItemControllerIT/add-new-info-list-item
HTTP response
Snippet http-response not found for operation::RestInfoListItemControllerIT/add-new-info-list-item
Response fields
Snippet response-fields not found for operation::RestInfoListItemControllerIT/add-new-info-list-item
Links
Snippet links not found for operation::RestInfoListItemControllerIT/add-new-info-list-item
Modify info list item
A PATCH
to /info-list-items/{id}
modifies the info list item with the given id.
HTTP request
Snippet http-request not found for operation::RestInfoListItemControllerIT/update-info-list-item
Path parameters
Snippet path-parameters not found for operation::RestInfoListItemControllerIT/update-info-list-item
Request fields
Snippet request-fields not found for operation::RestInfoListItemControllerIT/update-info-list-item
HTTP response
Snippet http-response not found for operation::RestInfoListItemControllerIT/update-info-list-item
Response fields
Snippet response-fields not found for operation::RestInfoListItemControllerIT/update-info-list-item
Links
Snippet links not found for operation::RestInfoListItemControllerIT/update-info-list-item
Delete info list item
A DELETE
to /info-list-items/{id}
deletes the info list item with the given id.
If the info list item to delete is the default one, then it cannot be deleted.
HTTP request
Snippet http-request not found for operation::RestInfoListItemControllerIT/delete-info-list-item
Path parameters
Snippet path-parameters not found for operation::RestInfoListItemControllerIT/delete-info-list-item
HTTP response
Snippet http-response not found for operation::RestInfoListItemControllerIT/delete-info-list-item