Download OpenAPI specification:Download
Definition of the API Library for Dutch Healthcare (ZorgAPIs) API.
This specification is maintained on GitHub.
ZorgAPIs API enables the creation of applications that can interact with the API Library for Dutch Healthcare, such as retrieving API requirements, creating and managing organizations and API specifications, or publishing declarations of conformity.
This specification is part of the ZorgAPIs Developer Portal. Utilize our sandbox API to ensure your integrations are seamless and robust before publishing data to the production environment.
{- "id": "2aa3349c-dfa6-4308-b562-f7fc8be6c053",
- "name": "John Doe",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a list of user invitations.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
emailAddress |
string |
asc |
?sort=asc(emailAddress) |
desc |
?sort=desc(emailAddress) |
||
responseTime |
date-time |
asc |
?sort=asc(responseTime) |
desc |
?sort=desc(responseTime) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=desc(createTime)
This causes results to be sorted by createTime
in descending order (from most recent to oldest).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
organizationId |
uuid |
eq |
?filter=eq(organizationId,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(organizationId,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
emailAddress |
string |
eq |
?filter=eq(emailAddress,"john.doe@nictiz.nl") |
neq |
?filter=neq(emailAddress,"john.doe@nictiz.nl") |
||
has |
?filter=has(emailAddress,"john") |
||
stw |
?filter=stw(emailAddress,"john") |
||
enw |
?filter=enw(emailAddress,"nictiz.nl") |
||
reg |
?filter=reg(emailAddress,"^[a-zA-Z0-9 ]+$") |
||
status |
InvitationStatus |
eq |
?filter=eq(status,"PENDING") |
neq |
?filter=neq(status,"PENDING") |
||
responseTime |
date-time |
eq |
?filter=eq(responseTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(responseTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(responseTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(responseTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(responseTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(responseTime,"2024-03-16T14:15:30.500Z") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "30ca5cc5-b84c-4993-b15b-8ab182dab89c",
- "organizationId": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "organization": {
- "id": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "name": "Nictiz"
}, - "emailAddress": "john.doe@nictiz.nl",
- "status": "ACCEPTED",
- "responseTime": "2024-03-11T00:00:00.000Z",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Returns a single user invitation.
invitationId required | string <uuid> Examples: 30ca5cc5-b84c-4993-b15b-8ab182dab89c The ID of the invitation |
{- "id": "30ca5cc5-b84c-4993-b15b-8ab182dab89c",
- "organizationId": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "organization": {
- "id": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "name": "Nictiz"
}, - "emailAddress": "john.doe@nictiz.nl",
- "status": "ACCEPTED",
- "responseTime": "2024-03-11T00:00:00.000Z",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Accept a pending user invitation.
invitationId required | string <uuid> Examples: 30ca5cc5-b84c-4993-b15b-8ab182dab89c The ID of the invitation |
{- "id": "30ca5cc5-b84c-4993-b15b-8ab182dab89c",
- "organizationId": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "organization": {
- "id": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "name": "Nictiz"
}, - "emailAddress": "john.doe@nictiz.nl",
- "status": "ACCEPTED",
- "responseTime": "2024-03-11T00:00:00.000Z",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Decline a pending user invitation.
invitationId required | string <uuid> Examples: 30ca5cc5-b84c-4993-b15b-8ab182dab89c The ID of the invitation |
{- "id": "30ca5cc5-b84c-4993-b15b-8ab182dab89c",
- "organizationId": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "organization": {
- "id": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "name": "Nictiz"
}, - "emailAddress": "john.doe@nictiz.nl",
- "status": "DECLINED",
- "responseTime": "2024-03-11T00:00:00.000Z",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a list of user memberships.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=desc(createTime)
This causes results to be sorted by createTime
in descending order (from most recent to oldest).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
organizationId |
uuid |
eq |
?filter=eq(organizationId,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(organizationId,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "cefdc28f-550d-4005-9ca7-c1836202c37b",
- "organizationId": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "organization": {
- "id": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "name": "Nictiz"
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Returns a single user membership.
membershipId required | string <uuid> Examples: cefdc28f-550d-4005-9ca7-c1836202c37b The ID of the membership |
{- "id": "cefdc28f-550d-4005-9ca7-c1836202c37b",
- "organizationId": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "organization": {
- "id": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "name": "Nictiz"
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Deletes a single user membership.
membershipId required | string <uuid> Examples: cefdc28f-550d-4005-9ca7-c1836202c37b The ID of the membership |
{- "status": 400,
- "type": "INVALID_ARGUMENT",
- "message": "Failed to parse body"
}
Returns a list of organizations.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
name |
string |
asc |
?sort=asc(name) |
desc |
?sort=desc(name) |
||
address.city |
string |
asc |
?sort=asc(address.city) |
desc |
?sort=desc(address.city) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=asc(name)
This causes the results to be sorted by name
in ascending order (from A to Z).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
name |
string |
eq |
?filter=eq(name,"Nictiz") |
neq |
?filter=neq(name,"Nictiz") |
||
has |
?filter=has(name,"Nic") |
||
stw |
?filter=stw(name,"Nic") |
||
enw |
?filter=enw(name,"tiz") |
||
reg |
?filter=reg(name,"^[a-zA-Z0-9 ]+$") |
||
address.street |
string |
eq |
?filter=eq(address.street,"Oude Middenweg") |
neq |
?filter=neq(address.street,"Oude Middenweg") |
||
has |
?filter=has(address.street,"Oude") |
||
stw |
?filter=stw(address.street,"Oude") |
||
enw |
?filter=enw(address.street,"Middenweg") |
||
reg |
?filter=reg(address.street,"^[a-zA-Z ]+$") |
||
address.postalCode |
string |
eq |
?filter=eq(address.postalCode,"2491 AC") |
neq |
?filter=neq(address.postalCode,"2491 AC") |
||
has |
?filter=has(address.postalCode,"2491") |
||
stw |
?filter=stw(address.postalCode,"2491") |
||
enw |
?filter=enw(address.postalCode,"AC") |
||
reg |
?filter=reg(address.postalCode,"^(\d{4})\s*([A-Z]{2})$") |
||
address.city |
string |
eq |
?filter=eq(address.city,"The Hague") |
neq |
?filter=neq(address.city,"The Hague") |
||
has |
?filter=has(address.city,"The") |
||
stw |
?filter=stw(address.city,"The") |
||
enw |
?filter=enw(address.city,"Hague") |
||
reg |
?filter=reg(address.city,"^[a-zA-Z ]+$") |
||
address.country |
Country |
eq |
?filter=eq(address.country,"NL") |
neq |
?filter=neq(address.country,"NL") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "name": "Nictiz",
- "description": "Nictiz is the Dutch competence center for electronic exchange of health and care information.",
- "emailAddress": "info@nictiz.nl",
- "phoneNumber": "+31 (0)70 317 3450",
- "address": {
- "street": "Oude Middenweg",
- "houseNumber": 55,
- "houseNumberAddition": "A",
- "addressLine2": "Office building Palazzo Giardino",
- "postalCode": "2491 AC",
- "city": "The Hague",
- "stateOrRegion": "South Holland",
- "country": "NL"
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Adds an organization to the collection.
Organization object to add
name required | string <= 255 characters The name of the organization |
description | string or null <= 1000 characters The description of the organization |
website | string or null <= 1000 characters The URL of the organization's website |
githubUrl | string or null <= 1000 characters The URL of the organization on GitHub |
gitlabUrl | string or null <= 1000 characters The URL of the organization on GitLab |
emailAddress required | string <email> <= 254 characters The email address of the organization |
phoneNumber | string or null <= 50 characters The phone number of the organization |
object or null (Address) The address information |
{- "name": "Nictiz",
- "description": "Nictiz is the Dutch competence center for electronic exchange of health and care information.",
- "emailAddress": "info@nictiz.nl",
- "phoneNumber": "+31 (0)70 317 3450",
- "address": {
- "street": "Oude Middenweg",
- "houseNumber": 55,
- "houseNumberAddition": "A",
- "addressLine2": "Office building Palazzo Giardino",
- "postalCode": "2491 AC",
- "city": "The Hague",
- "stateOrRegion": "South Holland",
- "country": "NL"
}
}
{- "id": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "name": "Nictiz",
- "description": "Nictiz is the Dutch competence center for electronic exchange of health and care information.",
- "emailAddress": "info@nictiz.nl",
- "phoneNumber": "+31 (0)70 317 3450",
- "address": {
- "street": "Oude Middenweg",
- "houseNumber": 55,
- "houseNumberAddition": "A",
- "addressLine2": "Office building Palazzo Giardino",
- "postalCode": "2491 AC",
- "city": "The Hague",
- "stateOrRegion": "South Holland",
- "country": "NL"
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a single organization.
organizationId required | string <uuid> Examples: b9b95cd7-8d6e-4c91-8861-854828cf1730 The ID of the organization |
{- "id": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "name": "Nictiz",
- "description": "Nictiz is the Dutch competence center for electronic exchange of health and care information.",
- "emailAddress": "info@nictiz.nl",
- "phoneNumber": "+31 (0)70 317 3450",
- "address": {
- "street": "Oude Middenweg",
- "houseNumber": 55,
- "houseNumberAddition": "A",
- "addressLine2": "Office building Palazzo Giardino",
- "postalCode": "2491 AC",
- "city": "The Hague",
- "stateOrRegion": "South Holland",
- "country": "NL"
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Updates a single organization.
organizationId required | string <uuid> Examples: b9b95cd7-8d6e-4c91-8861-854828cf1730 The ID of the organization |
Updated organization object
name required | string <= 255 characters The name of the organization |
description | string or null <= 1000 characters The description of the organization |
website | string or null <= 1000 characters The URL of the organization's website |
githubUrl | string or null <= 1000 characters The URL of the organization on GitHub |
gitlabUrl | string or null <= 1000 characters The URL of the organization on GitLab |
emailAddress required | string <email> <= 254 characters The email address of the organization |
phoneNumber | string or null <= 50 characters The phone number of the organization |
object or null (Address) The address information |
{- "name": "Nictiz",
- "description": "Nictiz is the Dutch competence center for electronic exchange of health and care information.",
- "emailAddress": "info@nictiz.nl",
- "phoneNumber": "+31 (0)70 317 3450",
- "address": {
- "street": "Oude Middenweg",
- "houseNumber": 55,
- "houseNumberAddition": "A",
- "addressLine2": "Office building Palazzo Giardino",
- "postalCode": "2491 AC",
- "city": "The Hague",
- "stateOrRegion": "South Holland",
- "country": "NL"
}
}
{- "id": "b9b95cd7-8d6e-4c91-8861-854828cf1730",
- "name": "Nictiz",
- "description": "Nictiz is the Dutch competence center for electronic exchange of health and care information.",
- "emailAddress": "info@nictiz.nl",
- "phoneNumber": "+31 (0)70 317 3450",
- "address": {
- "street": "Oude Middenweg",
- "houseNumber": 55,
- "houseNumberAddition": "A",
- "addressLine2": "Office building Palazzo Giardino",
- "postalCode": "2491 AC",
- "city": "The Hague",
- "stateOrRegion": "South Holland",
- "country": "NL"
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a list of organization invitations.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
emailAddress |
string |
asc |
?sort=asc(emailAddress) |
desc |
?sort=desc(emailAddress) |
||
responseTime |
date-time |
asc |
?sort=asc(responseTime) |
desc |
?sort=desc(responseTime) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=desc(createTime)
This causes results to be sorted by createTime
in descending order (from most recent to oldest).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
emailAddress |
string |
eq |
?filter=eq(emailAddress,"john.doe@nictiz.nl") |
neq |
?filter=neq(emailAddress,"john.doe@nictiz.nl") |
||
has |
?filter=has(emailAddress,"john") |
||
stw |
?filter=stw(emailAddress,"john") |
||
enw |
?filter=enw(emailAddress,"nictiz.nl") |
||
reg |
?filter=reg(emailAddress,"^[a-zA-Z0-9 ]+$") |
||
status |
InvitationStatus |
eq |
?filter=eq(status,"PENDING") |
neq |
?filter=neq(status,"PENDING") |
||
userId |
uuid |
eq |
?filter=eq(userId,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(userId,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
responseTime |
date-time |
eq |
?filter=eq(responseTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(responseTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(responseTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(responseTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(responseTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(responseTime,"2024-03-16T14:15:30.500Z") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
organizationId required | string <uuid> Examples: b9b95cd7-8d6e-4c91-8861-854828cf1730 The ID of the organization |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "30ca5cc5-b84c-4993-b15b-8ab182dab89c",
- "emailAddress": "john.doe@nictiz.nl",
- "status": "ACCEPTED",
- "userId": "7375d2bf-884c-4adf-86f5-5b35f0da864b",
- "user": {
- "id": "7375d2bf-884c-4adf-86f5-5b35f0da864b",
- "name": "John Doe"
}, - "responseTime": "2024-03-11T00:00:00.000Z",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Adds an organization invitation to the collection.
organizationId required | string <uuid> Examples: b9b95cd7-8d6e-4c91-8861-854828cf1730 The ID of the organization |
Organization invitation object to add
emailAddress required | string <email> <= 254 characters The email address of the user being invited |
{- "emailAddress": "john.doe@nictiz.nl"
}
{- "id": "30ca5cc5-b84c-4993-b15b-8ab182dab89c",
- "emailAddress": "john.doe@nictiz.nl",
- "status": "PENDING",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a single organization invitation.
organizationId required | string <uuid> Examples: b9b95cd7-8d6e-4c91-8861-854828cf1730 The ID of the organization |
invitationId required | string <uuid> Examples: 30ca5cc5-b84c-4993-b15b-8ab182dab89c The ID of the invitation |
{- "id": "30ca5cc5-b84c-4993-b15b-8ab182dab89c",
- "emailAddress": "john.doe@nictiz.nl",
- "status": "ACCEPTED",
- "userId": "7375d2bf-884c-4adf-86f5-5b35f0da864b",
- "user": {
- "id": "7375d2bf-884c-4adf-86f5-5b35f0da864b",
- "name": "John Doe"
}, - "responseTime": "2024-03-11T00:00:00.000Z",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Cancel a pending organization invitation.
organizationId required | string <uuid> Examples: b9b95cd7-8d6e-4c91-8861-854828cf1730 The ID of the organization |
invitationId required | string <uuid> Examples: 30ca5cc5-b84c-4993-b15b-8ab182dab89c The ID of the invitation |
{- "id": "30ca5cc5-b84c-4993-b15b-8ab182dab89c",
- "emailAddress": "john.doe@nictiz.nl",
- "status": "CANCELED",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a list of organization memberships.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=desc(createTime)
This causes results to be sorted by createTime
in descending order (from most recent to oldest).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
userId |
uuid |
eq |
?filter=eq(userId,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(userId,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
organizationId required | string <uuid> Examples: b9b95cd7-8d6e-4c91-8861-854828cf1730 The ID of the organization |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "cefdc28f-550d-4005-9ca7-c1836202c37b",
- "userId": "7375d2bf-884c-4adf-86f5-5b35f0da864b",
- "user": {
- "id": "7375d2bf-884c-4adf-86f5-5b35f0da864b",
- "name": "John Doe"
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Returns a single organization membership.
organizationId required | string <uuid> Examples: b9b95cd7-8d6e-4c91-8861-854828cf1730 The ID of the organization |
membershipId required | string <uuid> Examples: cefdc28f-550d-4005-9ca7-c1836202c37b The ID of the membership |
{- "id": "cefdc28f-550d-4005-9ca7-c1836202c37b",
- "userId": "7375d2bf-884c-4adf-86f5-5b35f0da864b",
- "user": {
- "id": "7375d2bf-884c-4adf-86f5-5b35f0da864b",
- "name": "John Doe"
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Deletes a single organization membership.
organizationId required | string <uuid> Examples: b9b95cd7-8d6e-4c91-8861-854828cf1730 The ID of the organization |
membershipId required | string <uuid> Examples: cefdc28f-550d-4005-9ca7-c1836202c37b The ID of the membership |
{- "status": 400,
- "type": "INVALID_ARGUMENT",
- "message": "Failed to parse body"
}
Returns a list of API requirements versions.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
name |
string |
asc |
?sort=asc(name) |
desc |
?sort=desc(name) |
||
publishTime |
date-time |
asc |
?sort=asc(publishTime) |
desc |
?sort=desc(publishTime) |
||
semVer.major |
integer |
asc |
?sort=asc(semVer.major) |
desc |
?sort=desc(semVer.major) |
||
semVer.minor |
integer |
asc |
?sort=asc(semVer.minor) |
desc |
?sort=desc(semVer.minor) |
||
semVer.patch |
integer |
asc |
?sort=asc(semVer.patch) |
desc |
?sort=desc(semVer.patch) |
||
semVer.preRelease |
string |
asc |
?sort=asc(semVer.preRelease) |
desc |
?sort=desc(semVer.preRelease) |
||
semVer.build |
string |
asc |
?sort=asc(semVer.build) |
desc |
?sort=desc(semVer.build) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=desc(publishTime)
This causes results to be sorted by publishTime
in descending order (from most recent to oldest).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
name |
string |
eq |
?filter=eq(name,"1.2.0") |
neq |
?filter=neq(name,"1.2.0") |
||
has |
?filter=has(name,"1.2") |
||
stw |
?filter=stw(name,"1.2") |
||
enw |
?filter=enw(name,"2.0") |
||
reg |
?filter=reg(name,"^[a-zA-Z0-9 ]+$") |
||
publishTime |
date-time |
eq |
?filter=eq(publishTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(publishTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(publishTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(publishTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(publishTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(publishTime,"2024-03-16T14:15:30.500Z") |
||
semVer.major |
integer |
eq |
?filter=eq(semVer.major,1) |
neq |
?filter=neq(semVer.major,1) |
||
gt |
?filter=gt(semVer.major,1) |
||
gte |
?filter=gte(semVer.major,1) |
||
lt |
?filter=lt(semVer.major,1) |
||
lte |
?filter=lte(semVer.major,1) |
||
semVer.minor |
integer |
eq |
?filter=eq(semVer.minor,2) |
neq |
?filter=neq(semVer.minor,2) |
||
gt |
?filter=gt(semVer.minor,2) |
||
gte |
?filter=gte(semVer.minor,2) |
||
lt |
?filter=lt(semVer.minor,2) |
||
lte |
?filter=lte(semVer.minor,2) |
||
semVer.patch |
integer |
eq |
?filter=eq(semVer.patch,0) |
neq |
?filter=neq(semVer.patch,0) |
||
gt |
?filter=gt(semVer.patch,0) |
||
gte |
?filter=gte(semVer.patch,0) |
||
lt |
?filter=lt(semVer.patch,0) |
||
lte |
?filter=lte(semVer.patch,0) |
||
semVer.preRelease |
string |
eq |
?filter=eq(semVer.preRelease,"beta") |
neq |
?filter=neq(semVer.preRelease,"beta") |
||
has |
?filter=has(semVer.preRelease,"be") |
||
stw |
?filter=stw(semVer.preRelease,"be") |
||
enw |
?filter=enw(semVer.preRelease,"ta") |
||
reg |
?filter=reg(semVer.preRelease,"^[a-zA-Z0-9 ]+$") |
||
semVer.build |
string |
eq |
?filter=eq(semVer.build,"exp.sha.5114f85") |
neq |
?filter=neq(semVer.build,"exp.sha.5114f85") |
||
has |
?filter=has(semVer.build,"exp.sha") |
||
stw |
?filter=stw(semVer.build,"exp.sha") |
||
enw |
?filter=enw(semVer.build,"5114f85") |
||
reg |
?filter=reg(semVer.build,"^[a-zA-Z0-9 ]+$") |
||
lifecycleState |
ProductLifecycleState |
eq |
?filter=eq(lifecycleState,"PUBLISHED") |
neq |
?filter=neq(lifecycleState,"PUBLISHED") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "29c4913a-5ca1-4e91-8353-48866eb6093e",
- "name": "1.2.0",
- "description": "This specification sets out requirements for Application Programming Interfaces (APIs) in Dutch Healthcare. It has been developed as part of the Nictiz API strategy.",
- "publishTime": "2023-07-12T10:45:30.500Z",
- "semVer": {
- "major": 1,
- "minor": 2,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Adds an API requirements version to the collection.
API requirements version object to add
name required | string <= 255 characters The name of the API requirements version |
description required | string or null <= 1000 characters The description of the API requirements version |
url required | string <= 1000 characters The URL of the API requirements version documentation |
publishTime required | string <date-time> The date and time at which the API requirements version was published |
required | object The Semantic Versioning Specification (SemVer) version information |
lifecycleState required | string Enum: "DRAFT" "PUBLISHED" "DEPRECATED" "RETIRED" The lifecycle state of the API requirements version |
required | Array of objects (ApiRequirement) |
{- "name": "1.2.0",
- "description": "This specification sets out requirements for Application Programming Interfaces (APIs) in Dutch Healthcare. It has been developed as part of the Nictiz API strategy.",
- "publishTime": "2023-07-12T10:45:30.500Z",
- "semVer": {
- "major": 1,
- "minor": 2,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "apiRequirements": [
- {
- "code": "SD001",
- "description": "API documentation MUST be publicly and freely available",
- "explanation": "This is an example text.",
- "requirementLevel": "MUST",
- "score": 1,
- "category": "API_SPECIFICATION_AND_DOCUMENTATION",
- "roles": [
- "API_SPECIFIER"
], - "perspectiveTypes": [
- "API_SPECIFICATION"
], - "architecturalStyles": [
- "REST",
- "SOAP",
- "GRAPHQL",
- "ODATA",
- "GRPC",
- "OTHER"
], - "standardizationLevels": [
- "OPEN_API",
- "TECHNICALLY_STANDARDIZED_API",
- "FULLY_STANDARDIZED_API"
]
}
]
}
{- "id": "29c4913a-5ca1-4e91-8353-48866eb6093e",
- "name": "1.2.0",
- "description": "This specification sets out requirements for Application Programming Interfaces (APIs) in Dutch Healthcare. It has been developed as part of the Nictiz API strategy.",
- "publishTime": "2023-07-12T10:45:30.500Z",
- "semVer": {
- "major": 1,
- "minor": 2,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a single API requirements version.
versionName required | string Examples: 1.2.0 The name of the version |
{- "id": "29c4913a-5ca1-4e91-8353-48866eb6093e",
- "name": "1.2.0",
- "description": "This specification sets out requirements for Application Programming Interfaces (APIs) in Dutch Healthcare. It has been developed as part of the Nictiz API strategy.",
- "publishTime": "2023-07-12T10:45:30.500Z",
- "semVer": {
- "major": 1,
- "minor": 2,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Updates a single API requirements version.
versionName required | string Examples: 1.2.0 The name of the version |
Updated API requirements version object
name required | string <= 255 characters The name of the API requirements version |
description required | string or null <= 1000 characters The description of the API requirements version |
url required | string <= 1000 characters The URL of the API requirements version documentation |
publishTime required | string <date-time> The date and time at which the API requirements version was published |
required | object The Semantic Versioning Specification (SemVer) version information |
lifecycleState required | string Enum: "DRAFT" "PUBLISHED" "DEPRECATED" "RETIRED" The lifecycle state of the API requirements version |
{- "name": "1.2.0",
- "description": "This specification sets out requirements for Application Programming Interfaces (APIs) in Dutch Healthcare. It has been developed as part of the Nictiz API strategy.",
- "publishTime": "2023-07-12T10:45:30.500Z",
- "semVer": {
- "major": 1,
- "minor": 2,
- "patch": 0
}, - "lifecycleState": "PUBLISHED"
}
{- "id": "29c4913a-5ca1-4e91-8353-48866eb6093e",
- "name": "1.2.0",
- "description": "This specification sets out requirements for Application Programming Interfaces (APIs) in Dutch Healthcare. It has been developed as part of the Nictiz API strategy.",
- "publishTime": "2023-07-12T10:45:30.500Z",
- "semVer": {
- "major": 1,
- "minor": 2,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a list of API requirements.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
code |
string |
asc |
?sort=asc(code) |
desc |
?sort=desc(code) |
||
category |
ApiRequirementCategory |
asc |
?sort=asc(category) |
desc |
?sort=desc(category) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=asc(code)
This causes results to be sorted by code
in ascending order (from A to Z).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
code |
string |
eq |
?filter=eq(code,"SD001") |
neq |
?filter=neq(code,"SD001") |
||
has |
?filter=has(code,"SD0") |
||
stw |
?filter=stw(code,"SD0") |
||
enw |
?filter=enw(code,"001") |
||
reg |
?filter=reg(code,"^[a-zA-Z0-9 ]+$") |
||
description |
string |
eq |
?filter=eq(description,"The description") |
neq |
?filter=neq(description,"The description") |
||
has |
?filter=has(description,"The") |
||
stw |
?filter=stw(description,"The") |
||
enw |
?filter=enw(description,"description") |
||
reg |
?filter=reg(description,"^[a-zA-Z0-9 ]+$") |
||
requirementLevel |
RequirementLevel |
eq |
?filter=eq(requirementLevel,"MUST") |
neq |
?filter=neq(requirementLevel,"MUST") |
||
score |
integer |
eq |
?filter=eq(score,1) |
neq |
?filter=neq(score,1) |
||
gt |
?filter=gt(score,1) |
||
gte |
?filter=gte(score,1) |
||
lt |
?filter=lt(score,1) |
||
lte |
?filter=lte(score,1) |
||
category |
ApiRequirementCategory |
eq |
?filter=eq(category,"API_SPECIFICATION_AND_DOCUMENTATION") |
neq |
?filter=neq(category,"API_SPECIFICATION_AND_DOCUMENTATION") |
||
roles.$it |
ApiRole |
eq |
?filter=any(roles,eq($it,"API_SPECIFIER")) |
neq |
?filter=all(roles,neq($it,"API_SPECIFIER")) |
||
perspectiveTypes.$it |
ApiPerspectiveType |
eq |
?filter=any(perspectiveTypes,eq($it,"API_SPECIFICATION")) |
neq |
?filter=all(perspectiveTypes,neq($it,"API_SPECIFICATION")) |
||
architecturalStyles.$it |
ApiArchitecturalStyle |
eq |
?filter=any(architecturalStyles,eq($it,"REST")) |
neq |
?filter=all(architecturalStyles,neq($it,"REST")) |
||
standardizationLevels.$it |
ApiStandardizationLevel |
eq |
?filter=any(standardizationLevels,eq($it,"OPEN_API")) |
neq |
?filter=all(standardizationLevels,neq($it,"OPEN_API")) |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
API_SPECIFICATION
REST
requirements?filter=and(any(perspectiveTypes,eq($it,"API_SPECIFICATION")),any(architecturalStyles,eq($it,"REST")))
versionName required | string Examples: 1.2.0 The name of the version |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "516033cb-06a4-4312-8874-dfbed689760f",
- "code": "SD001",
- "description": "API documentation MUST be publicly and freely available",
- "explanation": "This is an example text.",
- "requirementLevel": "MUST",
- "score": 1,
- "category": "API_SPECIFICATION_AND_DOCUMENTATION",
- "roles": [
- "API_SPECIFIER"
], - "perspectiveTypes": [
- "API_SPECIFICATION"
], - "architecturalStyles": [
- "REST",
- "SOAP",
- "GRAPHQL",
- "ODATA",
- "GRPC",
- "OTHER"
], - "standardizationLevels": [
- "OPEN_API",
- "TECHNICALLY_STANDARDIZED_API",
- "FULLY_STANDARDIZED_API"
], - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Returns a list of API specifications.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
name |
string |
asc |
?sort=asc(name) |
desc |
?sort=desc(name) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=desc(createTime)
This causes results to be sorted by createTime
in descending order (from most recent to oldest).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
name |
string |
eq |
?filter=eq(name,"Verzamelen Huisartsgegevens") |
neq |
?filter=neq(name,"Verzamelen Huisartsgegevens") |
||
has |
?filter=has(name,"Verzamelen") |
||
stw |
?filter=stw(name,"Verzamelen") |
||
enw |
?filter=enw(name,"Huisartsgegevens") |
||
reg |
?filter=reg(name,"^[a-zA-Z0-9 ]+$") |
||
description |
string |
eq |
?filter=eq(description,"The description") |
neq |
?filter=neq(description,"The description") |
||
has |
?filter=has(description,"The") |
||
stw |
?filter=stw(description,"The") |
||
enw |
?filter=enw(description,"description") |
||
reg |
?filter=reg(description,"^[a-zA-Z0-9 ]+$") |
||
organizationId |
uuid |
eq |
?filter=eq(organizationId,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(organizationId,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
architecturalStyle |
ApiArchitecturalStyle |
eq |
?filter=eq(architecturalStyle,"REST") |
neq |
?filter=neq(architecturalStyle,"REST") |
||
mainVersion.lifecycleState |
ApiLifecycleState |
eq |
?filter=eq(mainVersion.lifecycleState,"PUBLISHED") |
neq |
?filter=neq(mainVersion.lifecycleState,"PUBLISHED") |
||
mainVersion.communicationStandardVersions.$it.id |
uuid |
eq |
?filter=any(mainVersion.communicationStandardVersions,eq($it.id,"533d3fe3-bccc-405a-9904-4f516e892856")) |
neq |
?filter=all(mainVersion.communicationStandardVersions,neq($it.id,"533d3fe3-bccc-405a-9904-4f516e892856")) |
||
mainVersion.communicationStandardVersions.$it.communicationStandardId |
uuid |
eq |
?filter=any(mainVersion.communicationStandardVersions,eq($it.communicationStandardId,"533d3fe3-bccc-405a-9904-4f516e892856")) |
neq |
?filter=all(mainVersion.communicationStandardVersions,neq($it.communicationStandardId,"533d3fe3-bccc-405a-9904-4f516e892856")) |
||
mainVersion.trustFrameworkVersions.$it.id |
uuid |
eq |
?filter=any(mainVersion.trustFrameworkVersions,eq($it.id,"533d3fe3-bccc-405a-9904-4f516e892856")) |
neq |
?filter=all(mainVersion.trustFrameworkVersions,neq($it.id,"533d3fe3-bccc-405a-9904-4f516e892856")) |
||
mainVersion.trustFrameworkVersions.$it.trustFrameworkId |
uuid |
eq |
?filter=any(mainVersion.trustFrameworkVersions,eq($it.trustFrameworkId,"533d3fe3-bccc-405a-9904-4f516e892856")) |
neq |
?filter=all(mainVersion.trustFrameworkVersions,neq($it.trustFrameworkId,"533d3fe3-bccc-405a-9904-4f516e892856")) |
||
mainVersion.lastDeclarationOfConformity.requirementsVersion |
string |
eq |
?filter=eq(mainVersion.lastDeclarationOfConformity.requirementsVersion,"1.2.0") |
neq |
?filter=neq(mainVersion.lastDeclarationOfConformity.requirementsVersion,"1.2.0") |
||
has |
?filter=has(mainVersion.lastDeclarationOfConformity.requirementsVersion,"1.2") |
||
stw |
?filter=stw(mainVersion.lastDeclarationOfConformity.requirementsVersion,"1.2") |
||
enw |
?filter=enw(mainVersion.lastDeclarationOfConformity.requirementsVersion,"2.0") |
||
reg |
?filter=reg(mainVersion.lastDeclarationOfConformity.requirementsVersion,"^[a-zA-Z0-9 ]+$") |
||
mainVersion.lastDeclarationOfConformity.rankingLevel |
ApiRankingLevel |
eq |
?filter=eq(mainVersion.lastDeclarationOfConformity.rankingLevel,"OPEN_API") |
neq |
?filter=neq(mainVersion.lastDeclarationOfConformity.rankingLevel,"OPEN_API") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "fe30bf05-de07-4556-9b17-1f82d62fe45f",
- "name": "Verzamelen Huisartsgegevens",
- "description": "Het verzamelen van huisartsgegevens: je medische dossier bij je huisarts.",
- "organizationId": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "organization": {
- "id": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "name": "Stichting MedMij"
}, - "architecturalStyle": "REST",
- "mainVersionId": "15261fd0-b292-45d9-b6b1-266cc922fb50",
- "mainVersion": {
- "id": "15261fd0-b292-45d9-b6b1-266cc922fb50",
- "name": "2.0",
- "description": "Verzamelen Huisartsgegevens 2.0",
- "publishTime": "2020-09-02T00:00:00.000Z",
- "semVer": {
- "major": 2,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "urls": [
- {
- "id": "37bfbf71-570c-45c1-9fbf-7e5f63db61b8",
- "type": "FUNCTIONAL_DESIGN",
}
], - "lastDeclarationOfConformity": {
- "id": "188c9c2c-ea9e-48fa-8423-5e8e2f60161c",
- "requirementsVersion": "1.2.0",
- "rankingLevel": "OPEN_API",
- "rankings": {
- "OPEN_API": {
- "score": 27,
- "maximumScore": 31
}, - "TECHNICALLY_STANDARDIZED_API": {
- "score": 6,
- "maximumScore": 11
}, - "FULLY_STANDARDIZED_API": {
- "score": 2,
- "maximumScore": 6
}
}
}
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Adds an API specification to the collection.
API specification object to add
name required | string <= 255 characters The name of the API specification |
description | string or null <= 1000 characters The description of the API specification |
organizationId required | string <uuid> The ID of the organization that maintains the API specification |
architecturalStyle required | string Enum: "REST" "SOAP" "GRAPHQL" "ODATA" "GRPC" "OTHER" The architectural style of the API specification |
{- "name": "Verzamelen Huisartsgegevens",
- "description": "Het verzamelen van huisartsgegevens: je medische dossier bij je huisarts.",
- "organizationId": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "architecturalStyle": "REST"
}
{- "id": "fe30bf05-de07-4556-9b17-1f82d62fe45f",
- "name": "Verzamelen Huisartsgegevens",
- "description": "Het verzamelen van huisartsgegevens: je medische dossier bij je huisarts.",
- "organizationId": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "organization": {
- "id": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "name": "Stichting MedMij"
}, - "architecturalStyle": "REST",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a single API specification.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
{- "id": "fe30bf05-de07-4556-9b17-1f82d62fe45f",
- "name": "Verzamelen Huisartsgegevens",
- "description": "Het verzamelen van huisartsgegevens: je medische dossier bij je huisarts.",
- "organizationId": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "organization": {
- "id": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "name": "Stichting MedMij"
}, - "architecturalStyle": "REST",
- "mainVersionId": "15261fd0-b292-45d9-b6b1-266cc922fb50",
- "mainVersion": {
- "id": "15261fd0-b292-45d9-b6b1-266cc922fb50",
- "name": "2.0",
- "description": "Verzamelen Huisartsgegevens 2.0",
- "publishTime": "2020-09-02T00:00:00.000Z",
- "semVer": {
- "major": 2,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "urls": [
- {
- "id": "37bfbf71-570c-45c1-9fbf-7e5f63db61b8",
- "type": "FUNCTIONAL_DESIGN",
}
], - "lastDeclarationOfConformity": {
- "id": "188c9c2c-ea9e-48fa-8423-5e8e2f60161c",
- "requirementsVersion": "1.2.0",
- "rankingLevel": "OPEN_API",
- "rankings": {
- "OPEN_API": {
- "score": 27,
- "maximumScore": 31
}, - "TECHNICALLY_STANDARDIZED_API": {
- "score": 6,
- "maximumScore": 11
}, - "FULLY_STANDARDIZED_API": {
- "score": 2,
- "maximumScore": 6
}
}
}
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Updates a single API specification.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
Updated API specification object
name required | string <= 255 characters The name of the API specification |
description | string or null <= 1000 characters The description of the API specification |
mainVersionId | string or null <uuid> The ID of the main version of the API specification |
{- "name": "Verzamelen Huisartsgegevens",
- "description": "Het verzamelen van huisartsgegevens: je medische dossier bij je huisarts.",
- "mainVersionId": "15261fd0-b292-45d9-b6b1-266cc922fb50"
}
{- "id": "fe30bf05-de07-4556-9b17-1f82d62fe45f",
- "name": "Verzamelen Huisartsgegevens",
- "description": "Het verzamelen van huisartsgegevens: je medische dossier bij je huisarts.",
- "organizationId": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "organization": {
- "id": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "name": "Stichting MedMij"
}, - "architecturalStyle": "REST",
- "mainVersionId": "15261fd0-b292-45d9-b6b1-266cc922fb50",
- "mainVersion": {
- "id": "15261fd0-b292-45d9-b6b1-266cc922fb50",
- "name": "2.0",
- "description": "Verzamelen Huisartsgegevens 2.0",
- "publishTime": "2020-09-02T00:00:00.000Z",
- "semVer": {
- "major": 2,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "urls": [
- {
- "id": "37bfbf71-570c-45c1-9fbf-7e5f63db61b8",
- "type": "FUNCTIONAL_DESIGN",
}
], - "lastDeclarationOfConformity": {
- "id": "188c9c2c-ea9e-48fa-8423-5e8e2f60161c",
- "requirementsVersion": "1.2.0",
- "rankingLevel": "OPEN_API",
- "rankings": {
- "OPEN_API": {
- "score": 27,
- "maximumScore": 31
}, - "TECHNICALLY_STANDARDIZED_API": {
- "score": 6,
- "maximumScore": 11
}, - "FULLY_STANDARDIZED_API": {
- "score": 2,
- "maximumScore": 6
}
}
}
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a list of API specification versions.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
name |
string |
asc |
?sort=asc(name) |
desc |
?sort=desc(name) |
||
publishTime |
date-time |
asc |
?sort=asc(publishTime) |
desc |
?sort=desc(publishTime) |
||
semVer.major |
integer |
asc |
?sort=asc(semVer.major) |
desc |
?sort=desc(semVer.major) |
||
semVer.minor |
integer |
asc |
?sort=asc(semVer.minor) |
desc |
?sort=desc(semVer.minor) |
||
semVer.patch |
integer |
asc |
?sort=asc(semVer.patch) |
desc |
?sort=desc(semVer.patch) |
||
semVer.preRelease |
string |
asc |
?sort=asc(semVer.preRelease) |
desc |
?sort=desc(semVer.preRelease) |
||
semVer.build |
string |
asc |
?sort=asc(semVer.build) |
desc |
?sort=desc(semVer.build) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=desc(publishTime)
This causes results to be sorted by publishTime
in descending order (from most recent to oldest).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
name |
string |
eq |
?filter=eq(name,"1.2.0") |
neq |
?filter=neq(name,"1.2.0") |
||
has |
?filter=has(name,"1.2") |
||
stw |
?filter=stw(name,"1.2") |
||
enw |
?filter=enw(name,"2.0") |
||
reg |
?filter=reg(name,"^[a-zA-Z0-9 ]+$") |
||
description |
string |
eq |
?filter=eq(description,"The description") |
neq |
?filter=neq(description,"The description") |
||
has |
?filter=has(description,"The") |
||
stw |
?filter=stw(description,"The") |
||
enw |
?filter=enw(description,"description") |
||
reg |
?filter=reg(description,"^[a-zA-Z0-9 ]+$") |
||
publishTime |
date-time |
eq |
?filter=eq(publishTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(publishTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(publishTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(publishTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(publishTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(publishTime,"2024-03-16T14:15:30.500Z") |
||
semVer.major |
integer |
eq |
?filter=eq(semVer.major,1) |
neq |
?filter=neq(semVer.major,1) |
||
gt |
?filter=gt(semVer.major,1) |
||
gte |
?filter=gte(semVer.major,1) |
||
lt |
?filter=lt(semVer.major,1) |
||
lte |
?filter=lte(semVer.major,1) |
||
semVer.minor |
integer |
eq |
?filter=eq(semVer.minor,2) |
neq |
?filter=neq(semVer.minor,2) |
||
gt |
?filter=gt(semVer.minor,2) |
||
gte |
?filter=gte(semVer.minor,2) |
||
lt |
?filter=lt(semVer.minor,2) |
||
lte |
?filter=lte(semVer.minor,2) |
||
semVer.patch |
integer |
eq |
?filter=eq(semVer.patch,0) |
neq |
?filter=neq(semVer.patch,0) |
||
gt |
?filter=gt(semVer.patch,0) |
||
gte |
?filter=gte(semVer.patch,0) |
||
lt |
?filter=lt(semVer.patch,0) |
||
lte |
?filter=lte(semVer.patch,0) |
||
semVer.preRelease |
string |
eq |
?filter=eq(semVer.preRelease,"beta") |
neq |
?filter=neq(semVer.preRelease,"beta") |
||
has |
?filter=has(semVer.preRelease,"be") |
||
stw |
?filter=stw(semVer.preRelease,"be") |
||
enw |
?filter=enw(semVer.preRelease,"ta") |
||
reg |
?filter=reg(semVer.preRelease,"^[a-zA-Z0-9 ]+$") |
||
semVer.build |
string |
eq |
?filter=eq(semVer.build,"exp.sha.5114f85") |
neq |
?filter=neq(semVer.build,"exp.sha.5114f85") |
||
has |
?filter=has(semVer.build,"exp.sha") |
||
stw |
?filter=stw(semVer.build,"exp.sha") |
||
enw |
?filter=enw(semVer.build,"5114f85") |
||
reg |
?filter=reg(semVer.build,"^[a-zA-Z0-9 ]+$") |
||
lifecycleState |
ApiLifecycleState |
eq |
?filter=eq(lifecycleState,"PUBLISHED") |
neq |
?filter=neq(lifecycleState,"PUBLISHED") |
||
urls.$it.type |
ApiSpecificationVersionUrlType |
eq |
?filter=any(urls,eq($it.type,"FUNCTIONAL_DESIGN")) |
neq |
?filter=all(urls,neq($it.type,"FUNCTIONAL_DESIGN")) |
||
communicationStandardVersions.$it.id |
uuid |
eq |
?filter=any(communicationStandardVersions,eq($it.id,"533d3fe3-bccc-405a-9904-4f516e892856")) |
neq |
?filter=all(communicationStandardVersions,neq($it.id,"533d3fe3-bccc-405a-9904-4f516e892856")) |
||
communicationStandardVersions.$it.communicationStandardId |
uuid |
eq |
?filter=any(communicationStandardVersions,eq($it.communicationStandardId,"533d3fe3-bccc-405a-9904-4f516e892856")) |
neq |
?filter=all(communicationStandardVersions,neq($it.communicationStandardId,"533d3fe3-bccc-405a-9904-4f516e892856")) |
||
trustFrameworkVersions.$it.id |
uuid |
eq |
?filter=any(trustFrameworkVersions,eq($it.id,"533d3fe3-bccc-405a-9904-4f516e892856")) |
neq |
?filter=all(trustFrameworkVersions,neq($it.id,"533d3fe3-bccc-405a-9904-4f516e892856")) |
||
trustFrameworkVersions.$it.trustFrameworkId |
uuid |
eq |
?filter=any(trustFrameworkVersions,eq($it.trustFrameworkId,"533d3fe3-bccc-405a-9904-4f516e892856")) |
neq |
?filter=all(trustFrameworkVersions,neq($it.trustFrameworkId,"533d3fe3-bccc-405a-9904-4f516e892856")) |
||
lastDeclarationOfConformity.requirementsVersion |
string |
eq |
?filter=eq(lastDeclarationOfConformity.requirementsVersion,"1.2.0") |
neq |
?filter=neq(lastDeclarationOfConformity.requirementsVersion,"1.2.0") |
||
has |
?filter=has(lastDeclarationOfConformity.requirementsVersion,"1.2") |
||
stw |
?filter=stw(lastDeclarationOfConformity.requirementsVersion,"1.2") |
||
enw |
?filter=enw(lastDeclarationOfConformity.requirementsVersion,"2.0") |
||
reg |
?filter=reg(lastDeclarationOfConformity.requirementsVersion,"^[a-zA-Z0-9 ]+$") |
||
lastDeclarationOfConformity.rankingLevel |
ApiRankingLevel |
eq |
?filter=eq(lastDeclarationOfConformity.rankingLevel,"OPEN_API") |
neq |
?filter=neq(lastDeclarationOfConformity.rankingLevel,"OPEN_API") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "15261fd0-b292-45d9-b6b1-266cc922fb50",
- "name": "2.0",
- "description": "Verzamelen Huisartsgegevens 2.0",
- "publishTime": "2020-09-02T00:00:00.000Z",
- "semVer": {
- "major": 2,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "urls": [
- {
- "id": "37bfbf71-570c-45c1-9fbf-7e5f63db61b8",
- "type": "FUNCTIONAL_DESIGN",
}
], - "communicationStandardVersions": [
- {
- "id": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "name": "R5",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "communicationStandard": {
- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR"
}
}
], - "trustFrameworkVersions": [
- {
- "id": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "name": "2.2.2 Verplicht",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "trustFramework": {
- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel"
}
}
], - "lastDeclarationOfConformity": {
- "id": "188c9c2c-ea9e-48fa-8423-5e8e2f60161c",
- "requirementsVersion": "1.2.0",
- "rankingLevel": "OPEN_API",
- "rankings": {
- "OPEN_API": {
- "score": 27,
- "maximumScore": 31
}, - "TECHNICALLY_STANDARDIZED_API": {
- "score": 6,
- "maximumScore": 11
}, - "FULLY_STANDARDIZED_API": {
- "score": 2,
- "maximumScore": 6
}
}
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Adds an API specification version to the collection.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
API specification version object to add
name required | string <= 255 characters The name of the API specification version |
description | string or null <= 1000 characters The description of the API specification version |
publishTime required | string <date-time> The date and time at which the API specification version was published |
required | object The Semantic Versioning Specification (SemVer) version information |
lifecycleState required | string Enum: "CREATED" "PROTOTYPED" "PUBLISHED" "BLOCKED" "DEPRECATED" "RETIRED" The lifecycle state of the API specification version |
Array of objects (BasicApiSpecificationVersionUrl) | |
Array of objects (BasicCommunicationStandardVersion) | |
Array of objects (BasicTrustFrameworkVersion) |
{- "name": "2.0",
- "description": "Verzamelen Huisartsgegevens 2.0",
- "publishTime": "2020-09-02T00:00:00.000Z",
- "semVer": {
- "major": 2,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "urls": [
- {
- "type": "FUNCTIONAL_DESIGN",
}
], - "communicationStandardVersions": [
- {
- "id": "8ae84d7f-73e7-4f08-b839-c73c97128ada"
}
], - "trustFrameworkVersions": [
- {
- "id": "78ca8495-a4f4-4b41-b97b-c912c2e96450"
}
]
}
{- "id": "15261fd0-b292-45d9-b6b1-266cc922fb50",
- "name": "2.0",
- "description": "Verzamelen Huisartsgegevens 2.0",
- "publishTime": "2020-09-02T00:00:00.000Z",
- "semVer": {
- "major": 2,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "urls": [
- {
- "id": "37bfbf71-570c-45c1-9fbf-7e5f63db61b8",
- "type": "FUNCTIONAL_DESIGN",
}
], - "communicationStandardVersions": [
- {
- "id": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "name": "R5",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "communicationStandard": {
- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR"
}
}
], - "trustFrameworkVersions": [
- {
- "id": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "name": "2.2.2 Verplicht",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "trustFramework": {
- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel"
}
}
], - "lastDeclarationOfConformity": {
- "id": "188c9c2c-ea9e-48fa-8423-5e8e2f60161c",
- "requirementsVersion": "1.2.0",
- "rankingLevel": "OPEN_API",
- "rankings": {
- "OPEN_API": {
- "score": 27,
- "maximumScore": 31
}, - "TECHNICALLY_STANDARDIZED_API": {
- "score": 6,
- "maximumScore": 11
}, - "FULLY_STANDARDIZED_API": {
- "score": 2,
- "maximumScore": 6
}
}
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a single API specification version.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
{- "id": "15261fd0-b292-45d9-b6b1-266cc922fb50",
- "name": "2.0",
- "description": "Verzamelen Huisartsgegevens 2.0",
- "publishTime": "2020-09-02T00:00:00.000Z",
- "semVer": {
- "major": 2,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "urls": [
- {
- "id": "37bfbf71-570c-45c1-9fbf-7e5f63db61b8",
- "type": "FUNCTIONAL_DESIGN",
}
], - "communicationStandardVersions": [
- {
- "id": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "name": "R5",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "communicationStandard": {
- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR"
}
}
], - "trustFrameworkVersions": [
- {
- "id": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "name": "2.2.2 Verplicht",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "trustFramework": {
- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel"
}
}
], - "lastDeclarationOfConformity": {
- "id": "188c9c2c-ea9e-48fa-8423-5e8e2f60161c",
- "requirementsVersion": "1.2.0",
- "rankingLevel": "OPEN_API",
- "rankings": {
- "OPEN_API": {
- "score": 27,
- "maximumScore": 31
}, - "TECHNICALLY_STANDARDIZED_API": {
- "score": 6,
- "maximumScore": 11
}, - "FULLY_STANDARDIZED_API": {
- "score": 2,
- "maximumScore": 6
}
}
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Updates a single API specification version.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
Updated API specification version object
name required | string <= 255 characters The name of the API specification version |
description | string or null <= 1000 characters The description of the API specification version |
publishTime required | string <date-time> The date and time at which the API specification version was published |
required | object The Semantic Versioning Specification (SemVer) version information |
lifecycleState required | string Enum: "CREATED" "PROTOTYPED" "PUBLISHED" "BLOCKED" "DEPRECATED" "RETIRED" The lifecycle state of the API specification version |
{- "name": "2.0",
- "description": "Verzamelen Huisartsgegevens 2.0",
- "publishTime": "2020-09-02T00:00:00.000Z",
- "semVer": {
- "major": 2,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED"
}
{- "id": "15261fd0-b292-45d9-b6b1-266cc922fb50",
- "name": "2.0",
- "description": "Verzamelen Huisartsgegevens 2.0",
- "publishTime": "2020-09-02T00:00:00.000Z",
- "semVer": {
- "major": 2,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "urls": [
- {
- "id": "37bfbf71-570c-45c1-9fbf-7e5f63db61b8",
- "type": "FUNCTIONAL_DESIGN",
}
], - "communicationStandardVersions": [
- {
- "id": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "name": "R5",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "communicationStandard": {
- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR"
}
}
], - "trustFrameworkVersions": [
- {
- "id": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "name": "2.2.2 Verplicht",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "trustFramework": {
- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel"
}
}
], - "lastDeclarationOfConformity": {
- "id": "188c9c2c-ea9e-48fa-8423-5e8e2f60161c",
- "requirementsVersion": "1.2.0",
- "rankingLevel": "OPEN_API",
- "rankings": {
- "OPEN_API": {
- "score": 27,
- "maximumScore": 31
}, - "TECHNICALLY_STANDARDIZED_API": {
- "score": 6,
- "maximumScore": 11
}, - "FULLY_STANDARDIZED_API": {
- "score": 2,
- "maximumScore": 6
}
}
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a list of API specification version URLs.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=asc(createTime)
This causes results to be sorted by createTime
in ascending order (from oldest to most recent).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
type |
ApiSpecificationVersionUrlType |
eq |
?filter=eq(type,"FUNCTIONAL_DESIGN") |
neq |
?filter=neq(type,"FUNCTIONAL_DESIGN") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "37bfbf71-570c-45c1-9fbf-7e5f63db61b8",
- "type": "FUNCTIONAL_DESIGN",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Adds an API specification version URL to the collection.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
API specification version URL object to add
type required | string Enum: "FUNCTIONAL_DESIGN" "TECHNICAL_DESIGN" "OPENAPI_SPECIFICATION" "OTHER" The API specification version URL type |
url required | string <= 1000 characters The API specification version URL |
{- "type": "FUNCTIONAL_DESIGN",
}
{- "id": "37bfbf71-570c-45c1-9fbf-7e5f63db61b8",
- "type": "FUNCTIONAL_DESIGN",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a single API specification version URL.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
urlId required | string <uuid> Examples: 2cc6437b-c5a6-4afa-9d0c-1544a8d19342 The ID of the URL |
{- "id": "37bfbf71-570c-45c1-9fbf-7e5f63db61b8",
- "type": "FUNCTIONAL_DESIGN",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Updates a single API specification version URL.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
urlId required | string <uuid> Examples: 2cc6437b-c5a6-4afa-9d0c-1544a8d19342 The ID of the URL |
Updated API specification version URL object
type required | string Enum: "FUNCTIONAL_DESIGN" "TECHNICAL_DESIGN" "OPENAPI_SPECIFICATION" "OTHER" The API specification version URL type |
url required | string <= 1000 characters The API specification version URL |
{- "type": "FUNCTIONAL_DESIGN",
}
{- "id": "37bfbf71-570c-45c1-9fbf-7e5f63db61b8",
- "type": "FUNCTIONAL_DESIGN",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Deletes a single API specification version URL.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
urlId required | string <uuid> Examples: 2cc6437b-c5a6-4afa-9d0c-1544a8d19342 The ID of the URL |
{- "status": 400,
- "type": "INVALID_ARGUMENT",
- "message": "Failed to parse body"
}
API specification version declarations of conformity API
Returns a list of API specification version declarations of conformity.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=desc(createTime)
This causes results to be sorted by createTime
in descending order (from most recent to oldest).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
requirementsVersion |
string |
eq |
?filter=eq(requirementsVersion,"1.2.0") |
neq |
?filter=neq(requirementsVersion,"1.2.0") |
||
has |
?filter=has(requirementsVersion,"1.2") |
||
stw |
?filter=stw(requirementsVersion,"1.2") |
||
enw |
?filter=enw(requirementsVersion,"2.0") |
||
reg |
?filter=reg(requirementsVersion,"^[a-zA-Z0-9 ]+$") |
||
rankingLevel |
ApiRankingLevel |
eq |
?filter=eq(rankingLevel,"OPEN_API") |
neq |
?filter=neq(rankingLevel,"OPEN_API") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "188c9c2c-ea9e-48fa-8423-5e8e2f60161c",
- "requirementsVersion": "1.2.0",
- "rankingLevel": "OPEN_API",
- "rankings": {
- "OPEN_API": {
- "score": 27,
- "maximumScore": 31
}, - "TECHNICALLY_STANDARDIZED_API": {
- "score": 6,
- "maximumScore": 11
}, - "FULLY_STANDARDIZED_API": {
- "score": 2,
- "maximumScore": 6
}
}, - "requirements": {
- "SD001": {
- "conformityType": "CONFORMANT",
- "remarks": "This is an example text."
}, - "SD001.001": {
- "conformityType": "CONFORMANT"
}
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Adds an API specification version declaration of conformity to the collection.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
API specification version declaration of conformity object to add
requirementsVersion required | string <= 255 characters The name of the API requirements version |
required | object A string-to-object map where keys are API requirement codes and values are objects of
|
Example of an API specification version declaration of conformity using API requirements version 1.2.0
.
For architectural style REST
. See property architecturalStyle
of schema ApiSpecification_Create
.
{- "requirementsVersion": "1.2.0",
- "requirements": {
- "SD001": {
- "conformityType": "CONFORMANT",
- "remarks": "Provide evidence supporting compliance claims with standards, specifications, guidelines, practices, policies, or laws. Evidence may include URLs to official third-party validation reports or audits."
}, - "SD001.001": {
- "conformityType": "NOT_CONFORMANT",
- "remarks": "For example, explain why the resource does not meet this requirement."
}, - "SD001.002": {
- "conformityType": "NOT_APPLICABLE",
- "remarks": "For example, explain why this requirement does not apply to the resource."
}, - "SD001.003": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.004": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.005": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.006": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.007": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.008": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.009": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.010": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.011": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.012": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.013": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.014": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.015": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.016": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD001.017": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD002": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD002.001": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD002.002": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD002.003": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD003": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD003.001": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD003.002": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD004": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD004.001": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD004.002": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD004.003": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD004.004": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD005": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD005.001": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD005.002": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD009": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD009.001": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD009.002": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD009.003": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD010": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD011": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD012": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD013": {
- "conformityType": "NOT_CONFORMANT"
}, - "SD014": {
- "conformityType": "NOT_CONFORMANT"
}, - "DI001": {
- "conformityType": "NOT_CONFORMANT"
}, - "DI001.001": {
- "conformityType": "NOT_CONFORMANT"
}, - "DI001.002": {
- "conformityType": "NOT_CONFORMANT"
}, - "DI001.003": {
- "conformityType": "NOT_CONFORMANT"
}, - "LM001": {
- "conformityType": "NOT_CONFORMANT"
}, - "LM001.001": {
- "conformityType": "NOT_CONFORMANT"
}, - "LM001.002": {
- "conformityType": "NOT_CONFORMANT"
}, - "LM001.003": {
- "conformityType": "NOT_CONFORMANT"
}, - "LM001.004": {
- "conformityType": "NOT_CONFORMANT"
}, - "LM002": {
- "conformityType": "NOT_CONFORMANT"
}, - "LM002.001": {
- "conformityType": "NOT_CONFORMANT"
}, - "LM002.002": {
- "conformityType": "NOT_CONFORMANT"
}, - "LM002.003": {
- "conformityType": "NOT_CONFORMANT"
}, - "LM008": {
- "conformityType": "NOT_CONFORMANT"
}, - "DR001": {
- "conformityType": "NOT_CONFORMANT"
}, - "DR012": {
- "conformityType": "NOT_CONFORMANT"
}, - "DR-R001": {
- "conformityType": "NOT_CONFORMANT"
}, - "DR-R002": {
- "conformityType": "NOT_CONFORMANT"
}, - "SC001": {
- "conformityType": "NOT_CONFORMANT"
}, - "SC006": {
- "conformityType": "NOT_CONFORMANT"
}, - "SC007": {
- "conformityType": "NOT_CONFORMANT"
}, - "SC008": {
- "conformityType": "NOT_CONFORMANT"
}, - "SC009": {
- "conformityType": "NOT_CONFORMANT"
}, - "SC-R001": {
- "conformityType": "NOT_CONFORMANT"
}, - "SC-R002": {
- "conformityType": "NOT_CONFORMANT"
}, - "SC-R003": {
- "conformityType": "NOT_CONFORMANT"
}, - "IS001": {
- "conformityType": "NOT_CONFORMANT"
}, - "IS003.001": {
- "conformityType": "NOT_CONFORMANT"
}, - "IS003.002": {
- "conformityType": "NOT_CONFORMANT"
}, - "IS003": {
- "conformityType": "NOT_CONFORMANT"
}
}
}
{- "id": "188c9c2c-ea9e-48fa-8423-5e8e2f60161c",
- "requirementsVersion": "1.2.0",
- "rankingLevel": "OPEN_API",
- "rankings": {
- "OPEN_API": {
- "score": 27,
- "maximumScore": 31
}, - "TECHNICALLY_STANDARDIZED_API": {
- "score": 6,
- "maximumScore": 11
}, - "FULLY_STANDARDIZED_API": {
- "score": 2,
- "maximumScore": 6
}
}, - "requirements": {
- "SD001": {
- "conformityType": "CONFORMANT",
- "remarks": "This is an example text."
}, - "SD001.001": {
- "conformityType": "CONFORMANT"
}
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a single API specification version declaration of conformity.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
declarationOfConformityId required | string <uuid> Examples: dc944125-5269-4dd9-afda-413a37ed9733 The ID of the declaration of conformity |
{- "id": "188c9c2c-ea9e-48fa-8423-5e8e2f60161c",
- "requirementsVersion": "1.2.0",
- "rankingLevel": "OPEN_API",
- "rankings": {
- "OPEN_API": {
- "score": 27,
- "maximumScore": 31
}, - "TECHNICALLY_STANDARDIZED_API": {
- "score": 6,
- "maximumScore": 11
}, - "FULLY_STANDARDIZED_API": {
- "score": 2,
- "maximumScore": 6
}
}, - "requirements": {
- "SD001": {
- "conformityType": "CONFORMANT",
- "remarks": "This is an example text."
}, - "SD001.001": {
- "conformityType": "CONFORMANT"
}
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
API specification version communication standard versions API
Sets a single communication standard version for an API specification version.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
communicationStandardVersionId required | string <uuid> Examples: 8ae84d7f-73e7-4f08-b839-c73c97128ada The ID of the communication standard version |
{- "status": 400,
- "type": "INVALID_ARGUMENT",
- "message": "Failed to parse body"
}
Deletes a single communication standard version from an API specification version.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
communicationStandardVersionId required | string <uuid> Examples: 8ae84d7f-73e7-4f08-b839-c73c97128ada The ID of the communication standard version |
{- "status": 400,
- "type": "INVALID_ARGUMENT",
- "message": "Failed to parse body"
}
API specification version trust framework versions API
Sets a single trust framework version for an API specification version.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
trustFrameworkVersionId required | string <uuid> Examples: 78ca8495-a4f4-4b41-b97b-c912c2e96450 The ID of the trust framework version |
{- "status": 400,
- "type": "INVALID_ARGUMENT",
- "message": "Failed to parse body"
}
Deletes a single trust framework version from an API specification version.
apiSpecificationId required | string <uuid> Examples: fe30bf05-de07-4556-9b17-1f82d62fe45f The ID of the API specification |
versionId required | string <uuid> Examples: 14b441d7-2f17-4461-8a0b-02d331594b66 The ID of the version |
trustFrameworkVersionId required | string <uuid> Examples: 78ca8495-a4f4-4b41-b97b-c912c2e96450 The ID of the trust framework version |
{- "status": 400,
- "type": "INVALID_ARGUMENT",
- "message": "Failed to parse body"
}
Returns a list of communication standards.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
name |
string |
asc |
?sort=asc(name) |
desc |
?sort=desc(name) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=desc(createTime)
This causes results to be sorted by createTime
in descending order (from most recent to oldest).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
name |
string |
eq |
?filter=eq(name,"FHIR") |
neq |
?filter=neq(name,"FHIR") |
||
has |
?filter=has(name,"FH") |
||
stw |
?filter=stw(name,"FH") |
||
enw |
?filter=enw(name,"IR") |
||
reg |
?filter=reg(name,"^[a-zA-Z0-9 ]+$") |
||
description |
string |
eq |
?filter=eq(description,"FHIR") |
neq |
?filter=neq(description,"FHIR") |
||
has |
?filter=has(description,"FH") |
||
stw |
?filter=stw(description,"FH") |
||
enw |
?filter=enw(description,"IR") |
||
reg |
?filter=reg(description,"^[a-zA-Z0-9 ]+$") |
||
organizationId |
uuid |
eq |
?filter=eq(organizationId,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(organizationId,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
mainVersion.lifecycleState |
ProductLifecycleState |
eq |
?filter=eq(mainVersion.lifecycleState,"PUBLISHED") |
neq |
?filter=neq(mainVersion.lifecycleState,"PUBLISHED") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR",
- "description": "FHIR (Fast Health Interoperability Resources) is an HL7 specification for Healthcare Interoperability.",
- "organizationId": "a70590c6-06ce-4dba-9098-ed996335bdec",
- "organization": {
- "id": "a70590c6-06ce-4dba-9098-ed996335bdec",
- "name": "HL7 Nederland"
}, - "mainVersionId": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "mainVersion": {
- "id": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "name": "R5",
- "description": "FHIR Specification 5.0.0",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "communicationStandard": {
- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR"
}, - "publishTime": "2023-03-26T12:00:00.0000000Z",
- "semVer": {
- "major": 5,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Adds a communication standard to the collection.
Communication standard object to add
name required | string <= 255 characters The name of the communication standard |
description | string or null <= 1000 characters The description of the communication standard |
organizationId required | string <uuid> The ID of the organization that maintains the communication standard |
url required | string <= 1000 characters The URL of the communication standard |
{- "name": "FHIR",
- "description": "FHIR (Fast Health Interoperability Resources) is an HL7 specification for Healthcare Interoperability.",
- "organizationId": "a70590c6-06ce-4dba-9098-ed996335bdec",
- "mainVersionId": "8ae84d7f-73e7-4f08-b839-c73c97128ada"
}
{- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR",
- "description": "FHIR (Fast Health Interoperability Resources) is an HL7 specification for Healthcare Interoperability.",
- "organizationId": "a70590c6-06ce-4dba-9098-ed996335bdec",
- "organization": {
- "id": "a70590c6-06ce-4dba-9098-ed996335bdec",
- "name": "HL7 Nederland"
}, - "mainVersionId": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "mainVersion": {
- "id": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "name": "R5",
- "description": "FHIR Specification 5.0.0",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "communicationStandard": {
- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR"
}, - "publishTime": "2023-03-26T12:00:00.0000000Z",
- "semVer": {
- "major": 5,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a single communication standard.
communicationStandardId required | string <uuid> Examples: 05d8de10-1932-4e7f-badf-655c1a82fcc3 The ID of the communication standard |
{- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR",
- "description": "FHIR (Fast Health Interoperability Resources) is an HL7 specification for Healthcare Interoperability.",
- "organizationId": "a70590c6-06ce-4dba-9098-ed996335bdec",
- "organization": {
- "id": "a70590c6-06ce-4dba-9098-ed996335bdec",
- "name": "HL7 Nederland"
}, - "mainVersionId": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "mainVersion": {
- "id": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "name": "R5",
- "description": "FHIR Specification 5.0.0",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "communicationStandard": {
- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR"
}, - "publishTime": "2023-03-26T12:00:00.0000000Z",
- "semVer": {
- "major": 5,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Updates a single communication standard.
communicationStandardId required | string <uuid> Examples: 05d8de10-1932-4e7f-badf-655c1a82fcc3 The ID of the communication standard |
Updated communication standard object
name required | string <= 255 characters The name of the communication standard |
description | string or null <= 1000 characters The description of the communication standard |
url required | string <= 1000 characters The URL of the communication standard |
mainVersionId | string or null <uuid> The ID of the main version of the communication standard |
{- "name": "FHIR",
- "description": "FHIR (Fast Health Interoperability Resources) is an HL7 specification for Healthcare Interoperability.",
- "organizationId": "a70590c6-06ce-4dba-9098-ed996335bdec",
- "mainVersionId": "8ae84d7f-73e7-4f08-b839-c73c97128ada"
}
{- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR",
- "description": "FHIR (Fast Health Interoperability Resources) is an HL7 specification for Healthcare Interoperability.",
- "organizationId": "a70590c6-06ce-4dba-9098-ed996335bdec",
- "organization": {
- "id": "a70590c6-06ce-4dba-9098-ed996335bdec",
- "name": "HL7 Nederland"
}, - "mainVersionId": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "mainVersion": {
- "id": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "name": "R5",
- "description": "FHIR Specification 5.0.0",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "communicationStandard": {
- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR"
}, - "publishTime": "2023-03-26T12:00:00.0000000Z",
- "semVer": {
- "major": 5,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a list of communication standard versions.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
name |
string |
asc |
?sort=asc(name) |
desc |
?sort=desc(name) |
||
publishTime |
date-time |
asc |
?sort=asc(publishTime) |
desc |
?sort=desc(publishTime) |
||
semVer.major |
integer |
asc |
?sort=asc(semVer.major) |
desc |
?sort=desc(semVer.major) |
||
semVer.minor |
integer |
asc |
?sort=asc(semVer.minor) |
desc |
?sort=desc(semVer.minor) |
||
semVer.patch |
integer |
asc |
?sort=asc(semVer.patch) |
desc |
?sort=desc(semVer.patch) |
||
semVer.preRelease |
string |
asc |
?sort=asc(semVer.preRelease) |
desc |
?sort=desc(semVer.preRelease) |
||
semVer.build |
string |
asc |
?sort=asc(semVer.build) |
desc |
?sort=desc(semVer.build) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=desc(publishTime)
This causes results to be sorted by publishTime
in descending order (from most recent to oldest).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
name |
string |
eq |
?filter=eq(name,"1.2.0") |
neq |
?filter=neq(name,"1.2.0") |
||
has |
?filter=has(name,"1.2") |
||
stw |
?filter=stw(name,"1.2") |
||
enw |
?filter=enw(name,"2.0") |
||
reg |
?filter=reg(name,"^[a-zA-Z0-9 ]+$") |
||
description |
string |
eq |
?filter=eq(description,"1.2.0") |
neq |
?filter=neq(description,"1.2.0") |
||
has |
?filter=has(description,"1.2") |
||
stw |
?filter=stw(description,"1.2") |
||
enw |
?filter=enw(description,"2.0") |
||
reg |
?filter=reg(description,"^[a-zA-Z0-9 ]+$") |
||
communicationStandardId |
uuid |
eq |
?filter=eq(communicationStandardId,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(communicationStandardId,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
publishTime |
date-time |
eq |
?filter=eq(publishTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(publishTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(publishTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(publishTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(publishTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(publishTime,"2024-03-16T14:15:30.500Z") |
||
semVer.major |
integer |
eq |
?filter=eq(semVer.major,1) |
neq |
?filter=neq(semVer.major,1) |
||
gt |
?filter=gt(semVer.major,1) |
||
gte |
?filter=gte(semVer.major,1) |
||
lt |
?filter=lt(semVer.major,1) |
||
lte |
?filter=lte(semVer.major,1) |
||
semVer.minor |
integer |
eq |
?filter=eq(semVer.minor,2) |
neq |
?filter=neq(semVer.minor,2) |
||
gt |
?filter=gt(semVer.minor,2) |
||
gte |
?filter=gte(semVer.minor,2) |
||
lt |
?filter=lt(semVer.minor,2) |
||
lte |
?filter=lte(semVer.minor,2) |
||
semVer.patch |
integer |
eq |
?filter=eq(semVer.patch,0) |
neq |
?filter=neq(semVer.patch,0) |
||
gt |
?filter=gt(semVer.patch,0) |
||
gte |
?filter=gte(semVer.patch,0) |
||
lt |
?filter=lt(semVer.patch,0) |
||
lte |
?filter=lte(semVer.patch,0) |
||
semVer.preRelease |
string |
eq |
?filter=eq(semVer.preRelease,"beta") |
neq |
?filter=neq(semVer.preRelease,"beta") |
||
has |
?filter=has(semVer.preRelease,"be") |
||
stw |
?filter=stw(semVer.preRelease,"be") |
||
enw |
?filter=enw(semVer.preRelease,"ta") |
||
reg |
?filter=reg(semVer.preRelease,"^[a-zA-Z0-9 ]+$") |
||
semVer.build |
string |
eq |
?filter=eq(semVer.build,"exp.sha.5114f85") |
neq |
?filter=neq(semVer.build,"exp.sha.5114f85") |
||
has |
?filter=has(semVer.build,"exp.sha") |
||
stw |
?filter=stw(semVer.build,"exp.sha") |
||
enw |
?filter=enw(semVer.build,"5114f85") |
||
reg |
?filter=reg(semVer.build,"^[a-zA-Z0-9 ]+$") |
||
lifecycleState |
ProductLifecycleState |
eq |
?filter=eq(lifecycleState,"PUBLISHED") |
neq |
?filter=neq(lifecycleState,"PUBLISHED") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "name": "R5",
- "description": "FHIR Specification 5.0.0",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "communicationStandard": {
- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR"
}, - "publishTime": "2023-03-26T12:00:00.0000000Z",
- "semVer": {
- "major": 5,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Adds a communication standard version to the collection.
Communication standard version object to add
name required | string <= 255 characters The name of the communication standard version |
description | string or null <= 1000 characters The description of the communication standard version |
communicationStandardId required | string <uuid> The ID of the communication standard this version belongs to |
publishTime required | string <date-time> The date and time at which the communication standard version was published |
required | object The Semantic Versioning Specification (SemVer) version information |
lifecycleState required | string Enum: "DRAFT" "PUBLISHED" "DEPRECATED" "RETIRED" The lifecycle state of the communication standard version |
url | string or null <= 1000 characters The URL of the communication standard version |
{- "name": "R5",
- "description": "FHIR Specification 5.0.0",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "publishTime": "2023-03-26T12:00:00.0000000Z",
- "semVer": {
- "major": 5,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
}
{- "id": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "name": "R5",
- "description": "FHIR Specification 5.0.0",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "communicationStandard": {
- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR"
}, - "publishTime": "2023-03-26T12:00:00.0000000Z",
- "semVer": {
- "major": 5,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a single communication standard version.
communicationStandardVersionId required | string <uuid> Examples: 8ae84d7f-73e7-4f08-b839-c73c97128ada The ID of the communication standard version |
{- "id": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "name": "R5",
- "description": "FHIR Specification 5.0.0",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "communicationStandard": {
- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR"
}, - "publishTime": "2023-03-26T12:00:00.0000000Z",
- "semVer": {
- "major": 5,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Updates a single communication standard version.
communicationStandardVersionId required | string <uuid> Examples: 8ae84d7f-73e7-4f08-b839-c73c97128ada The ID of the communication standard version |
Updated communication standard version object
name required | string <= 255 characters The name of the communication standard version |
description | string or null <= 1000 characters The description of the communication standard version |
publishTime required | string <date-time> The date and time at which the communication standard version was published |
required | object The Semantic Versioning Specification (SemVer) version information |
lifecycleState required | string Enum: "DRAFT" "PUBLISHED" "DEPRECATED" "RETIRED" The lifecycle state of the communication standard version |
url | string or null <= 1000 characters The URL of the communication standard version |
{- "name": "R5",
- "description": "FHIR Specification 5.0.0",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "publishTime": "2023-03-26T12:00:00.0000000Z",
- "semVer": {
- "major": 5,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
}
{- "id": "8ae84d7f-73e7-4f08-b839-c73c97128ada",
- "name": "R5",
- "description": "FHIR Specification 5.0.0",
- "communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "communicationStandard": {
- "id": "05d8de10-1932-4e7f-badf-655c1a82fcc3",
- "name": "FHIR"
}, - "publishTime": "2023-03-26T12:00:00.0000000Z",
- "semVer": {
- "major": 5,
- "minor": 0,
- "patch": 0
}, - "lifecycleState": "PUBLISHED",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a list of trust frameworks.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
name |
string |
asc |
?sort=asc(name) |
desc |
?sort=desc(name) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=desc(createTime)
This causes results to be sorted by createTime
in descending order (from most recent to oldest).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
name |
string |
eq |
?filter=eq(name,"MedMij Afsprakenstelsel") |
neq |
?filter=neq(name,"MedMij Afsprakenstelsel") |
||
has |
?filter=has(name,"MedMij") |
||
stw |
?filter=stw(name,"MedMij") |
||
enw |
?filter=enw(name,"Afsprakenstelsel") |
||
reg |
?filter=reg(name,"^[a-zA-Z0-9 ]+$") |
||
description |
string |
eq |
?filter=eq(description,"MedMij Afsprakenstelsel") |
neq |
?filter=neq(description,"MedMij Afsprakenstelsel") |
||
has |
?filter=has(description,"MedMij") |
||
stw |
?filter=stw(description,"MedMij") |
||
enw |
?filter=enw(description,"Afsprakenstelsel") |
||
reg |
?filter=reg(description,"^[a-zA-Z0-9 ]+$") |
||
organizationId |
uuid |
eq |
?filter=eq(organizationId,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(organizationId,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
mainVersion.lifecycleState |
ProductLifecycleState |
eq |
?filter=eq(mainVersion.lifecycleState,"PUBLISHED") |
neq |
?filter=neq(mainVersion.lifecycleState,"PUBLISHED") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel",
- "description": "Het MedMij Afsprakenstelsel draagt eraan bij dat persoonsgebonden, gevoelige en vertrouwelijke gezondheidsgegevens op een veilige en gebruiksvriendelijke wijze uitgewisseld kunnen worden tussen persoonlijke gezondheidsomgevingen en aanbieders.",
- "organizationId": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "organization": {
- "id": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "name": "Stichting MedMij"
}, - "mainVersionId": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "mainVersion": {
- "id": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "name": "2.2.2 Verplicht",
- "description": "Dit is de huidige verplichte versie die door alle deelnemers moet worden ondersteund.",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "trustFramework": {
- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel"
}, - "publishTime": "2024-09-10T12:00:00.0000000Z",
- "semVer": {
- "major": 2,
- "minor": 2,
- "patch": 2
}, - "lifecycleState": "PUBLISHED",
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Adds a trust framework to the collection.
Trust framework object to add
name required | string <= 255 characters The name of the trust framework |
description | string or null <= 1000 characters The description of the trust framework |
organizationId required | string <uuid> The ID of the organization that maintains the trust framework |
url required | string <= 1000 characters The URL of the trust framework |
{- "name": "MedMij Afsprakenstelsel",
- "description": "Het MedMij Afsprakenstelsel draagt eraan bij dat persoonsgebonden, gevoelige en vertrouwelijke gezondheidsgegevens op een veilige en gebruiksvriendelijke wijze uitgewisseld kunnen worden tussen persoonlijke gezondheidsomgevingen en aanbieders.",
- "organizationId": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "mainVersionId": "78ca8495-a4f4-4b41-b97b-c912c2e96450"
}
{- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel",
- "description": "Het MedMij Afsprakenstelsel draagt eraan bij dat persoonsgebonden, gevoelige en vertrouwelijke gezondheidsgegevens op een veilige en gebruiksvriendelijke wijze uitgewisseld kunnen worden tussen persoonlijke gezondheidsomgevingen en aanbieders.",
- "organizationId": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "organization": {
- "id": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "name": "Stichting MedMij"
}, - "mainVersionId": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "mainVersion": {
- "id": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "name": "2.2.2 Verplicht",
- "description": "Dit is de huidige verplichte versie die door alle deelnemers moet worden ondersteund.",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "trustFramework": {
- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel"
}, - "publishTime": "2024-09-10T12:00:00.0000000Z",
- "semVer": {
- "major": 2,
- "minor": 2,
- "patch": 2
}, - "lifecycleState": "PUBLISHED",
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a single trust framework.
trustFrameworkId required | string <uuid> Examples: 3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae The ID of the trust framework |
{- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel",
- "description": "Het MedMij Afsprakenstelsel draagt eraan bij dat persoonsgebonden, gevoelige en vertrouwelijke gezondheidsgegevens op een veilige en gebruiksvriendelijke wijze uitgewisseld kunnen worden tussen persoonlijke gezondheidsomgevingen en aanbieders.",
- "organizationId": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "organization": {
- "id": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "name": "Stichting MedMij"
}, - "mainVersionId": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "mainVersion": {
- "id": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "name": "2.2.2 Verplicht",
- "description": "Dit is de huidige verplichte versie die door alle deelnemers moet worden ondersteund.",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "trustFramework": {
- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel"
}, - "publishTime": "2024-09-10T12:00:00.0000000Z",
- "semVer": {
- "major": 2,
- "minor": 2,
- "patch": 2
}, - "lifecycleState": "PUBLISHED",
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Updates a single trust framework.
trustFrameworkId required | string <uuid> Examples: 3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae The ID of the trust framework |
Updated trust framework object
name required | string <= 255 characters The name of the trust framework |
description | string or null <= 1000 characters The description of the trust framework |
url required | string <= 1000 characters The URL of the trust framework |
mainVersionId | string or null <uuid> The ID of the main version of the trust framework |
{- "name": "MedMij Afsprakenstelsel",
- "description": "Het MedMij Afsprakenstelsel draagt eraan bij dat persoonsgebonden, gevoelige en vertrouwelijke gezondheidsgegevens op een veilige en gebruiksvriendelijke wijze uitgewisseld kunnen worden tussen persoonlijke gezondheidsomgevingen en aanbieders.",
- "organizationId": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "mainVersionId": "78ca8495-a4f4-4b41-b97b-c912c2e96450"
}
{- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel",
- "description": "Het MedMij Afsprakenstelsel draagt eraan bij dat persoonsgebonden, gevoelige en vertrouwelijke gezondheidsgegevens op een veilige en gebruiksvriendelijke wijze uitgewisseld kunnen worden tussen persoonlijke gezondheidsomgevingen en aanbieders.",
- "organizationId": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "organization": {
- "id": "4a7c2c17-6514-46f8-aa05-6a22fb18b4ad",
- "name": "Stichting MedMij"
}, - "mainVersionId": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "mainVersion": {
- "id": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "name": "2.2.2 Verplicht",
- "description": "Dit is de huidige verplichte versie die door alle deelnemers moet worden ondersteund.",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "trustFramework": {
- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel"
}, - "publishTime": "2024-09-10T12:00:00.0000000Z",
- "semVer": {
- "major": 2,
- "minor": 2,
- "patch": 2
}, - "lifecycleState": "PUBLISHED",
}, - "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a list of trust framework versions.
The following table lists the field names and directions you can use in a sort expression.
Field | Type | Direction | Example |
---|---|---|---|
id |
uuid |
asc |
?sort=asc(id) |
desc |
?sort=desc(id) |
||
name |
string |
asc |
?sort=asc(name) |
desc |
?sort=desc(name) |
||
publishTime |
date-time |
asc |
?sort=asc(publishTime) |
desc |
?sort=desc(publishTime) |
||
semVer.major |
integer |
asc |
?sort=asc(semVer.major) |
desc |
?sort=desc(semVer.major) |
||
semVer.minor |
integer |
asc |
?sort=asc(semVer.minor) |
desc |
?sort=desc(semVer.minor) |
||
semVer.patch |
integer |
asc |
?sort=asc(semVer.patch) |
desc |
?sort=desc(semVer.patch) |
||
semVer.preRelease |
string |
asc |
?sort=asc(semVer.preRelease) |
desc |
?sort=desc(semVer.preRelease) |
||
semVer.build |
string |
asc |
?sort=asc(semVer.build) |
desc |
?sort=desc(semVer.build) |
||
createTime |
date-time |
asc |
?sort=asc(createTime) |
desc |
?sort=desc(createTime) |
||
updateTime |
date-time |
asc |
?sort=asc(updateTime) |
desc |
?sort=desc(updateTime) |
If the sort
parameter is omitted, the default sort expression is used:
?sort=desc(publishTime)
This causes results to be sorted by publishTime
in descending order (from most recent to oldest).
The following table lists the field names and operators you can use in a filter expression.
Field | Type | Operator | Example |
---|---|---|---|
id |
uuid |
eq |
?filter=eq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(id,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
name |
string |
eq |
?filter=eq(name,"1.2.0") |
neq |
?filter=neq(name,"1.2.0") |
||
has |
?filter=has(name,"1.2") |
||
stw |
?filter=stw(name,"1.2") |
||
enw |
?filter=enw(name,"2.0") |
||
reg |
?filter=reg(name,"^[a-zA-Z0-9 ]+$") |
||
description |
string |
eq |
?filter=eq(description,"1.2.0") |
neq |
?filter=neq(description,"1.2.0") |
||
has |
?filter=has(description,"1.2") |
||
stw |
?filter=stw(description,"1.2") |
||
enw |
?filter=enw(description,"2.0") |
||
reg |
?filter=reg(description,"^[a-zA-Z0-9 ]+$") |
||
trustFrameworkId |
uuid |
eq |
?filter=eq(trustFrameworkId,"533d3fe3-bccc-405a-9904-4f516e892856") |
neq |
?filter=neq(trustFrameworkId,"533d3fe3-bccc-405a-9904-4f516e892856") |
||
publishTime |
date-time |
eq |
?filter=eq(publishTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(publishTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(publishTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(publishTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(publishTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(publishTime,"2024-03-16T14:15:30.500Z") |
||
semVer.major |
integer |
eq |
?filter=eq(semVer.major,1) |
neq |
?filter=neq(semVer.major,1) |
||
gt |
?filter=gt(semVer.major,1) |
||
gte |
?filter=gte(semVer.major,1) |
||
lt |
?filter=lt(semVer.major,1) |
||
lte |
?filter=lte(semVer.major,1) |
||
semVer.minor |
integer |
eq |
?filter=eq(semVer.minor,2) |
neq |
?filter=neq(semVer.minor,2) |
||
gt |
?filter=gt(semVer.minor,2) |
||
gte |
?filter=gte(semVer.minor,2) |
||
lt |
?filter=lt(semVer.minor,2) |
||
lte |
?filter=lte(semVer.minor,2) |
||
semVer.patch |
integer |
eq |
?filter=eq(semVer.patch,0) |
neq |
?filter=neq(semVer.patch,0) |
||
gt |
?filter=gt(semVer.patch,0) |
||
gte |
?filter=gte(semVer.patch,0) |
||
lt |
?filter=lt(semVer.patch,0) |
||
lte |
?filter=lte(semVer.patch,0) |
||
semVer.preRelease |
string |
eq |
?filter=eq(semVer.preRelease,"beta") |
neq |
?filter=neq(semVer.preRelease,"beta") |
||
has |
?filter=has(semVer.preRelease,"be") |
||
stw |
?filter=stw(semVer.preRelease,"be") |
||
enw |
?filter=enw(semVer.preRelease,"ta") |
||
reg |
?filter=reg(semVer.preRelease,"^[a-zA-Z0-9 ]+$") |
||
semVer.build |
string |
eq |
?filter=eq(semVer.build,"exp.sha.5114f85") |
neq |
?filter=neq(semVer.build,"exp.sha.5114f85") |
||
has |
?filter=has(semVer.build,"exp.sha") |
||
stw |
?filter=stw(semVer.build,"exp.sha") |
||
enw |
?filter=enw(semVer.build,"5114f85") |
||
reg |
?filter=reg(semVer.build,"^[a-zA-Z0-9 ]+$") |
||
lifecycleState |
ProductLifecycleState |
eq |
?filter=eq(lifecycleState,"PUBLISHED") |
neq |
?filter=neq(lifecycleState,"PUBLISHED") |
||
createTime |
date-time |
eq |
?filter=eq(createTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(createTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(createTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(createTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(createTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(createTime,"2024-03-16T14:15:30.500Z") |
||
updateTime |
date-time |
eq |
?filter=eq(updateTime,"2024-03-16T14:15:30.500Z") |
neq |
?filter=neq(updateTime,"2024-03-16T14:15:30.500Z") |
||
gt |
?filter=gt(updateTime,"2024-03-16T14:15:30.500Z") |
||
gte |
?filter=gte(updateTime,"2024-03-16T14:15:30.500Z") |
||
lt |
?filter=lt(updateTime,"2024-03-16T14:15:30.500Z") |
||
lte |
?filter=lte(updateTime,"2024-03-16T14:15:30.500Z") |
limit | integer <int32> [ 1 .. 100 ] Default: 100 Examples: limit=100 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
skip | integer <int32> >= 0 Default: 0 Examples: skip=0 The Details
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort | string Default: "" Examples:
The DetailsSort syntaxA single sort expression uses the form:
In this syntax:
Sort directions
FunctionsSort functionality can be expanded using functions. These functions help to sort specific data types. For example,
they allow to sort on the Functions can be applied to the
Sort functions
Combining sort expressionsSort expressions can be combined using a comma ( Sort expressions are evaluated from left to right, for example:
Causes the results to be sorted first by | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filter | string Default: "" Examples:
The DetailsFilter syntaxA single filter expression uses the form:
In this syntax:
Filter operators
List operatorsThe A single list operator uses the form:
In this syntax:
The ExamplesAny perspectiveType that is equal to "API_SPECIFICATION":
All versions have any url with a type that is equal to "FUNCTIONAL_DESIGN":
|
Function | Description | Input type | Output type | Example input | Example output |
---|---|---|---|---|---|
year |
Returns the year component of a date value | date-time |
integer |
year("2024-03-16T14:15:30.500Z") |
2024 |
month |
Returns the month component of a date value | date-time |
integer |
month("2024-03-16T14:15:30.500Z") |
3 |
day |
Returns the day of the month component of a date value | date-time |
integer |
day("2024-03-16T14:15:30.500Z") |
16 |
hour |
Returns the hour component of a datetime value | date-time |
integer |
hour("2024-03-16T14:15:30.500Z") |
14 |
minute |
Returns the minute component of a datetime value | date-time |
integer |
minute("2024-03-16T14:15:30.500Z") |
15 |
second |
Returns the second component of a datetime value | date-time |
integer |
second("2024-03-16T14:15:30.500Z") |
30 |
millisecond |
Returns the millisecond component of a datetime value | date-time |
integer |
millisecond("2024-03-16T14:15:30.500Z") |
500 |
floor |
Rounds a number down to the nearest integer | float |
integer |
floor(25.75) |
25 |
double |
|||||
ceiling |
Rounds a number up to the nearest integer | float |
integer |
ceiling(25.75) |
26 |
double |
|||||
round |
Rounds a number to the nearest integer | float |
integer |
round(25.75) |
26 |
double |
|||||
lower |
Converts a string to lowercase | string |
string |
lower("Nictiz") |
"nictiz" |
upper |
Converts a string to uppercase | string |
string |
upper("Nictiz") |
"NICTIZ" |
Date is in the month of March:
?filter=eq(month(dateField),3)
Filter expressions can be combined using the or
and and
operators.
Name is either ("Nictiz" OR
"MedMij"):
?filter=or(eq(name,"Nictiz"),eq(name,"MedMij"))
Name does NOT
end with "Mij":
?filter=not(enw(name,"Mij"))
The count
query string parameter defines whether to provide a count of the total number of results.
To request a count, use:
?count=true
The count will be returned in the Total-Count
header, for example:
200 OK
Total-Count: 78
Note that when the filter
query string parameter is set, the total number of results returned in the Total-Count
header reflects the filtered result set.
[- {
- "id": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "name": "2.2.2 Verplicht",
- "description": "Dit is de huidige verplichte versie die door alle deelnemers moet worden ondersteund.",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "trustFramework": {
- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel"
}, - "publishTime": "2024-09-10T12:00:00.0000000Z",
- "semVer": {
- "major": 2,
- "minor": 2,
- "patch": 2
}, - "lifecycleState": "PUBLISHED",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
]
Adds a trust framework version to the collection.
Trust framework version object to add
name required | string <= 255 characters The name of the trust framework version |
description | string or null <= 1000 characters The description of the trust framework version |
trustFrameworkId required | string <uuid> The ID of the trust framework this version belongs to |
publishTime required | string <date-time> The date and time at which the trust framework version was published |
required | object The Semantic Versioning Specification (SemVer) version information |
lifecycleState required | string Enum: "DRAFT" "PUBLISHED" "DEPRECATED" "RETIRED" The lifecycle state of the trust framework version |
url | string or null <= 1000 characters The URL of the trust framework version |
{- "name": "2.2.2 Verplicht",
- "description": "Dit is de huidige verplichte versie die door alle deelnemers moet worden ondersteund.",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "publishTime": "2024-09-10T12:00:00.0000000Z",
- "semVer": {
- "major": 2,
- "minor": 2,
- "patch": 2
}, - "lifecycleState": "PUBLISHED",
}
{- "id": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "name": "2.2.2 Verplicht",
- "description": "Dit is de huidige verplichte versie die door alle deelnemers moet worden ondersteund.",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "trustFramework": {
- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel"
}, - "publishTime": "2024-09-10T12:00:00.0000000Z",
- "semVer": {
- "major": 2,
- "minor": 2,
- "patch": 2
}, - "lifecycleState": "PUBLISHED",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Returns a single trust framework version.
trustFrameworkVersionId required | string <uuid> Examples: 78ca8495-a4f4-4b41-b97b-c912c2e96450 The ID of the trust framework version |
{- "id": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "name": "2.2.2 Verplicht",
- "description": "Dit is de huidige verplichte versie die door alle deelnemers moet worden ondersteund.",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "trustFramework": {
- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel"
}, - "publishTime": "2024-09-10T12:00:00.0000000Z",
- "semVer": {
- "major": 2,
- "minor": 2,
- "patch": 2
}, - "lifecycleState": "PUBLISHED",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}
Updates a single trust framework version.
trustFrameworkVersionId required | string <uuid> Examples: 78ca8495-a4f4-4b41-b97b-c912c2e96450 The ID of the trust framework version |
Updated trust framework version object
name required | string <= 255 characters The name of the trust framework version |
description | string or null <= 1000 characters The description of the trust framework version |
publishTime required | string <date-time> The date and time at which the trust framework version was published |
required | object The Semantic Versioning Specification (SemVer) version information |
lifecycleState required | string Enum: "DRAFT" "PUBLISHED" "DEPRECATED" "RETIRED" The lifecycle state of the trust framework version |
url | string or null <= 1000 characters The URL of the trust framework version |
{- "name": "2.2.2 Verplicht",
- "description": "Dit is de huidige verplichte versie die door alle deelnemers moet worden ondersteund.",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "publishTime": "2024-09-10T12:00:00.0000000Z",
- "semVer": {
- "major": 2,
- "minor": 2,
- "patch": 2
}, - "lifecycleState": "PUBLISHED",
}
{- "id": "78ca8495-a4f4-4b41-b97b-c912c2e96450",
- "name": "2.2.2 Verplicht",
- "description": "Dit is de huidige verplichte versie die door alle deelnemers moet worden ondersteund.",
- "trustFrameworkId": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "trustFramework": {
- "id": "3b49f2e6-fd5c-48a8-a59c-5fcbed78e5ae",
- "name": "MedMij Afsprakenstelsel"
}, - "publishTime": "2024-09-10T12:00:00.0000000Z",
- "semVer": {
- "major": 2,
- "minor": 2,
- "patch": 2
}, - "lifecycleState": "PUBLISHED",
- "createTime": "2023-10-24T14:15:30.500Z",
- "createdByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "createdByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}, - "updateTime": "2023-10-25T10:45:30.500Z",
- "updatedByUserId": "533d3fe3-bccc-405a-9904-4f516e892856",
- "updatedByUser": {
- "id": "533d3fe3-bccc-405a-9904-4f516e892856",
- "name": "Bot"
}
}