GET /v1/projects/{projectGuid}/keywords

visma.com

Summary: Get all the keywords for project.
Operation ID: Keywords_GetProjectKeywords
Auth: unknown

Parameters (3)

active (boolean, query, optional)

If not given, return all Keywords, if given as true return only active Keywords, if given as false returns only inactive Keywords.

projectGuid (string, path, required)

ID of the project for which keywords are requested.

sortings (array, query, optional)

Optional: A list of Key-Value pairs, containing names of fields and directions by which the results should be sorted. Any sortable field name (submodel fields not supported) in the model can be used, while value can be "Desc" or "Asc". Example: "?sortings[0].key=Keyword&sortings[0].value=Desc".

No probe data for this endpoint yet.