Info Lists

This chapter focuses on info lists.

Get all info lists

A GET to /info-lists returns all the info lists.

HTTP request

Snippet http-request not found for operation::RestInfoListControllerIT/find-all-info-lists

Request parameters

Snippet request-parameters not found for operation::RestInfoListControllerIT/find-all-info-lists

HTTP response

Snippet http-response not found for operation::RestInfoListControllerIT/find-all-info-lists

Response fields

Snippet response-fields not found for operation::RestInfoListControllerIT/find-all-info-lists

Snippet links not found for operation::RestInfoListControllerIT/find-all-info-lists

Get info list

A GET to /info-lists/{id} returns the info list with the given id.

HTTP request

Snippet http-request not found for operation::RestInfoListControllerIT/find-info-list-by-id

Path parameters

Snippet path-parameters not found for operation::RestInfoListControllerIT/find-info-list-by-id

HTTP response

Snippet http-response not found for operation::RestInfoListControllerIT/find-info-list-by-id

Response fields

Snippet response-fields not found for operation::RestInfoListControllerIT/find-info-list-by-id

Snippet links not found for operation::RestInfoListControllerIT/find-info-list-by-id

Create info list

A POST to /info-lists creates a new info list.

HTTP request

Snippet http-request not found for operation::RestInfoListControllerIT/add-new-info-list

Request fields

Snippet request-fields not found for operation::RestInfoListControllerIT/add-new-info-list

HTTP response

Snippet http-response not found for operation::RestInfoListControllerIT/add-new-info-list

Response fields

Snippet response-fields not found for operation::RestInfoListControllerIT/add-new-info-list

Snippet links not found for operation::RestInfoListControllerIT/add-new-info-list

Modify info list

A PATCH to /info-lists/{id} modifies the info list with the given id.

HTTP request

Snippet http-request not found for operation::RestInfoListControllerIT/update-info-list

Path parameters

Snippet path-parameters not found for operation::RestInfoListControllerIT/update-info-list

Request fields

Snippet request-fields not found for operation::RestInfoListControllerIT/update-info-list

HTTP response

Snippet http-response not found for operation::RestInfoListControllerIT/update-info-list

Response fields

Snippet response-fields not found for operation::RestInfoListControllerIT/update-info-list

Snippet links not found for operation::RestInfoListControllerIT/update-info-list

Delete info list

A DELETE to /info-lists/{ids} deletes the info list(s) with the given id(s).

If associated with at least one project, the objects will permanently be disassociated with the info list(s). The default list will be activated and the values associated to the objects will be reset to the default 'Undefined' value.

HTTP request

Snippet http-request not found for operation::RestInfoListControllerIT/delete-info-list

Path parameters

Snippet path-parameters not found for operation::RestInfoListControllerIT/delete-info-list

HTTP response

Snippet http-response not found for operation::RestInfoListControllerIT/delete-info-list