Requirement Version Link Types
This chapter focuses on types of links between requirements.
Get all link type
A GET
to /requirement-link-types
returns all the link types.
HTTP request
Snippet http-request not found for operation::RestLinkTypeControllerIT/find-all-link-type
Request parameters
Snippet request-parameters not found for operation::RestLinkTypeControllerIT/find-all-link-type
HTTP response
Snippet http-response not found for operation::RestLinkTypeControllerIT/find-all-link-type
Response fields
Snippet response-fields not found for operation::RestLinkTypeControllerIT/find-all-link-type
Links
Snippet links not found for operation::RestLinkTypeControllerIT/find-all-link-type
Get link type by id
A GET
to /requirement-link-types/{id}
returns the link type with the given id.
Path parameters
Snippet path-parameters not found for operation::RestLinkTypeControllerIT/find-link-type-by-id
HTTP request
Snippet http-request not found for operation::RestLinkTypeControllerIT/find-link-type-by-id
Request parameters
Snippet request-parameters not found for operation::RestLinkTypeControllerIT/find-link-type-by-id
HTTP response
Snippet http-response not found for operation::RestLinkTypeControllerIT/find-link-type-by-id
Response fields
Snippet response-fields not found for operation::RestLinkTypeControllerIT/find-link-type-by-id
Links
Snippet links not found for operation::RestLinkTypeControllerIT/find-link-type-by-id
Get link type by code role
A GET
to /requirement-link-types
returns the link type with the given code role.
HTTP request
Snippet http-request not found for operation::RestLinkTypeControllerIT/find-link-type-by-code
Request parameters
Snippet request-parameters not found for operation::RestLinkTypeControllerIT/find-link-type-by-code
HTTP response
Snippet http-response not found for operation::RestLinkTypeControllerIT/find-link-type-by-code
Response fields
Snippet response-fields not found for operation::RestLinkTypeControllerIT/find-link-type-by-code
Links
Snippet links not found for operation::RestLinkTypeControllerIT/find-link-type-by-code
Create link type
A POST
to /requirement-link-types
creates a new link type.
HTTP request
Snippet http-request not found for operation::RestLinkTypeControllerIT/create-link-type
Request fields
Snippet request-fields not found for operation::RestLinkTypeControllerIT/create-link-type
Request parameters
Snippet request-parameters not found for operation::RestLinkTypeControllerIT/create-link-type
HTTP response
Snippet http-response not found for operation::RestLinkTypeControllerIT/create-link-type
Response fields
Snippet response-fields not found for operation::RestLinkTypeControllerIT/create-link-type
Links
Snippet links not found for operation::RestLinkTypeControllerIT/create-link-type
Modify link type
A PATCH
to /requirement-link-types/{id}
modifies the link type with the given id.
HTTP request
Snippet http-request not found for operation::RestLinkTypeControllerIT/update-link-type
Path parameters
Snippet path-parameters not found for operation::RestLinkTypeControllerIT/update-link-type
Request fields
Snippet request-fields not found for operation::RestLinkTypeControllerIT/update-link-type
HTTP response
Snippet http-response not found for operation::RestLinkTypeControllerIT/update-link-type
Delete link type
A DELETE
to /requirement-link-types/{ids}
deletes one or several link type(s) with the given id(s).
Path parameters
Snippet path-parameters not found for operation::RestLinkTypeControllerIT/delete-link-type
HTTP request
Snippet http-request not found for operation::RestLinkTypeControllerIT/delete-link-type
HTTP response
Snippet http-response not found for operation::RestLinkTypeControllerIT/delete-link-type