Execute segment filters → companies
Resolves filters_json only against the immutable corporate company_public_v2 sidecar and returns at most 500 rows. count is the number of rows in this bounded response, not an exact global total. Invalid/legacy filters return 400, unsupported indexed combinations return 422, and missing authority/sidecar or query failure returns 503. This mutation has no request body.
Path parameters
Query parameters
Headers
Fresh token returned by GET /api/v1/user/me for this authenticated session.
Response
Bounded result rows; count equals rows.length and is not a global total
Example response
{
"rows": [
{
"slug": "mercadona-sa",
"name": "MERCADONA SA",
"cif": "A46103834"
}
]
}Changes
Changed in 1 of the 3 revisions of this API.1241
- ▲
added the new required
headerrequest parameterX-CSRF-Tokennew-required-request-parameter
- ●
for the
pathrequest parameterid, the min was set to1.00request-parameter-min-set
- ●
for the
queryrequest parameterlimit, the min was set to1.00request-parameter-min-set
- ○
api operation id
postUserSegmentsByIdRunwas addedapi-operation-id-added
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
422response-non-success-status-added
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
added the optional property
_alias_ofto the response with the404statusresponse-optional-property-added
- ○
added the optional property
actionto the response with the404statusresponse-optional-property-added
- ○
added the optional property
allowedto the response with the404statusresponse-optional-property-added
- ○
added the optional property
allowed_parametersto the response with the404statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the404statusresponse-optional-property-added
- ○
added the optional property
daily_limitto the response with the404statusresponse-optional-property-added
- ○
added the optional property
dateto the response with the404statusresponse-optional-property-added
- ○
added the optional property
detailto the response with the404statusresponse-optional-property-added
- ○
added the optional property
fieldsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
keyto the response with the404statusresponse-optional-property-added
- ○
added the optional property
limitto the response with the404statusresponse-optional-property-added
- ○
added the optional property
limited_byto the response with the404statusresponse-optional-property-added
- ○
added the optional property
login_urlto the response with the404statusresponse-optional-property-added
- ○
added the optional property
max_bytesto the response with the404statusresponse-optional-property-added
- ○
added the optional property
maximumto the response with the404statusresponse-optional-property-added
- ○
added the optional property
neededto the response with the404statusresponse-optional-property-added
- ○
added the optional property
okto the response with the404statusresponse-optional-property-added
- ○
added the optional property
parameterto the response with the404statusresponse-optional-property-added
- ○
added the optional property
planto the response with the404statusresponse-optional-property-added
- ○
added the optional property
projectionto the response with the404statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the404statusresponse-optional-property-added
- ○
added the optional property
remainingto the response with the404statusresponse-optional-property-added
- ○
added the optional property
reset_atto the response with the404statusresponse-optional-property-added
- ○
added the optional property
reset_at_humanto the response with the404statusresponse-optional-property-added
- ○
added the optional property
retry_afterto the response with the404statusresponse-optional-property-added
- ○
added the optional property
retry_after_sto the response with the404statusresponse-optional-property-added
- ○
added the optional property
shortfallto the response with the404statusresponse-optional-property-added
- ○
added the optional property
slugto the response with the404statusresponse-optional-property-added
- ○
added the optional property
source_catalog_versionto the response with the404statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the404statusresponse-optional-property-added
- ○
added the optional property
upgradeto the response with the404statusresponse-optional-property-added
- ○
added the optional property
upgrade_urlto the response with the404statusresponse-optional-property-added
- ○
added the optional property
validto the response with the404statusresponse-optional-property-added
- ○
the response property
errorbecame required for the status404response-property-became-required
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲