GET /v1/projects/{projectGuid}/customvalues
Summary: Get the project custom values.
Operation ID: ProjectCustomValues_GetProjectCustomValues
Auth: unknown
Operation ID: ProjectCustomValues_GetProjectCustomValues
Auth: unknown
Parameters (7)
active
(boolean, query, optional)
Optional: Get only values of active or inactive project custom properties.
calculateRowCount
(boolean, query, optional, default: False)
Optional: Calculate total number of rows.
firstRow
(integer, query, optional, default: 0)
Optional: first row to fetch. Default 0 = first row.
projectGuid
(string, path, required)
ID of the project.
rowCount
(integer, query, optional)
Optional: How many rows to fetch, Default 20, maximum 100.
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 (sub-model fields not supported) in the model can be used, while value can be "Desc" or "Asc". Example: "?sortings[0].key=Name&sortings[0].value=Desc&sortings[1].key=Number&sortings[1].value=Asc".
target
(array, query, optional)
List of target for which to get the values.
No probe data for this endpoint yet.