Returns the total number of registry publications based on the specified filters. Returns 400 if the UID format is invalid.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
Query parameters
-
Publication ID filter.
Multi-value supported. Example: value1;value2 -
Company UID (registration number) filter
-
Publication text filter
-
Publication date filterSupports comparison operators:
- Range (
..) - Greater than (
>) - Greater than or equal (
>=) - Less than (
<) - Less than or equal (
<=) - Not equal (
<>)
Examples:
- 01/01/2026..31/12/2026
- >=01/01/2026
- <=01/01/2026
- <>01/01/2026
Use <>01/01/2026 to return only records where the selected date is not equal to the filter date.
- Range (
-
Mutation type filter
GET
/api-v1/registry/publication/overall
curl \
--request GET 'https://wyzio.app/api-v1/registry/publication/overall'
Response examples (200)
{}