List data fields

GET {{baseUrl}}/v1/ws/:workspaceId/DataFields?cats=<string>&cats=<string>&types=Matrix&types=Matrix&sensitive=true&q=eu&page=61551403&size=61551403&skip=61551403&sortBy=eu&asc=true&filters=eu

Request Params

KeyDatatypeRequiredDescription
catsstring
catsstring
typesstring
typesstring
sensitiveboolean
qstring
pagenumberPagination index (1 based, page 1 = 1, page 2 = 2...)
sizenumberSize of the result page (default: 20, max 500)
skipnumberThe number of items to skip (if not provided, it will use the default page and size prop)
sortBystringThe field to sort
ascbooleanTrue to sort ascending
filtersstringA serialized as json filter string using the JsonRuleEngine.net format
https://github.com/antoinebidault/JsonRuleEngine.Net
The filters is a query param, that's why he must be properly serialized as a json string and url encoded
e.g. {"field":"ProcessingType", "operator":"notEqual", "value": "Done"}
The field prop must match one property name of the object (present in the output results)
The operator can be equal,
notEqual,
lessThan,
lessThanInclusive,
greaterThan,
greaterThanInclusive,
in,
notIn,
contains,
doesNotContains,
isNull,
isNotNull,
isEmpty
You can combine the filters as following :
{ "separator":"Or","rules": [{"field":"ProcessingType", "operator":"notEqual", "value": "Done"},{"field":"ProcessingType", "operator":"isNull"}]}
Serialize the filter param as following:
?filters=${uriEncodeComponent(JSON.stringify({"field":"ProcessingType", "operator":"notEqual", "value": "Done"}))}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;label&quot;:&quot;nulla&quot;,&quot;id&quot;:&quot;660e76b8-877e-64e4-959e-d68ccc2484ff&quot;,&quot;customFields&quot;:{&quot;reprehenderitf&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;ref&quot;:&quot;id sit eu laborum laboris&quot;,&quot;archivingPolicy&quot;:&quot;magna enim fugiat do&quot;,&quot;required&quot;:true,&quot;definition&quot;:&quot;in velit&quot;,&quot;technicalDefinition&quot;:&quot;elit dolore ea&quot;,&quot;sensitiveDataFieldLegalJustification&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;sensitiveDataFieldLegalJustificationDescription&quot;:&quot;minim anim dolore elit &quot;,&quot;sensitiveData&quot;:false,&quot;personalDataCategory&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;dataType&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;dateCreation&quot;:&quot;1995-09-15T18:23:09.698Z&quot;,&quot;dateUpdate&quot;:&quot;1992-04-17T21:57:23.805Z&quot;,&quot;creator&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},{&quot;label&quot;:&quot;cupidat&quot;,&quot;id&quot;:&quot;0907aded-ade2-7135-dbbf-debf9b963997&quot;,&quot;customFields&quot;:{&quot;velit8e&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;ut_a0&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;ref&quot;:&quot;non voluptate&quot;,&quot;archivingPolicy&quot;:&quot;amet&quot;,&quot;required&quot;:true,&quot;definition&quot;:&quot;in dolore nisi ex ut&quot;,&quot;technicalDefinition&quot;:&quot;est&quot;,&quot;sensitiveDataFieldLegalJustification&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;sensitiveDataFieldLegalJustificationDescription&quot;:&quot;aliquip qui magna Excepteur&quot;,&quot;sensitiveData&quot;:true,&quot;personalDataCategory&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;dataType&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;dateCreation&quot;:&quot;1994-04-30T12:12:16.790Z&quot;,&quot;dateUpdate&quot;:&quot;1994-03-03T04:13:16.905Z&quot;,&quot;creator&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}],&quot;total&quot;:68490116,&quot;size&quot;:-15989528,&quot;page&quot;:43436869}