3.13.0.RELEASE
[ Base URL: localhost:2002/cards ]
IMPORTANT - The Try it Out button will generate curl requests for examples, but executing them through the UI will not work as authentication has not been set up. This page is for documentation only.
Everything concerning cards
fetch cards restricted to calling user. Fetched cards all come with empty data and details. requesting this end point opens an SSE connection
Name | Description |
---|---|
rangeStart string($date-time) (query) | start of time range to get published card |
rangeEnd string($date-time) (query) | end of time range to get published card |
notification boolean (query) | If true, connection is kept for notification of new cards (not related to the specified range) Default value : false |
clientId string (query) | A unique id to identify client to allow for reconnection (an autogenerated UUID is the best solution) |
Code | Description |
200 | ok
|
401 | Authentication required |
403 | Forbidden - User doesn't have any group |
Update existing subscription
Name | Description |
---|---|
uiId * string (path) | unique ui client id associated to subscription |
subscription object (body) | updated subscription
|
Code | Description |
200 | OK
|
400 | Bad request (body doesn't match login path parameter) |
401 | Authentication required |
404 | Subscription not found |
Delete cards from OperatorFabric where card endDate is before the specified date or where card has no endDate and startDate is before the specified date.
Name | Description |
---|---|
(query) | |
endDateBefore () | |
number () | |
number () |
Code | Description |
200 | OK |
delete a card
Name | Description |
---|---|
id * string (path) | The id parameter is constructed as follows : {process}.{processInstanceId} |
Code | Description |
200 | OK |
fetch current card for process id
Name | Description |
---|---|
id * string (path) | The id parameter is constructed as follows : {process}.{processInstanceId} |
Code | Description |
200 | OK
|
401 | Authentication required |
403 | Forbidden - User doesn't have any group |
update current card users acknowledgements, adding a new item, by card id and authenticated user
Name | Description |
---|---|
uid * string (path) | The card uid |
entitiesAcks (body) | List of user entities for which the card will be acknowledged
|
Code | Description |
200 | No action done, the item already exists |
201 | Created |
404 | Try to remove item from unexisting card |
update current card users acknowledgements, removing an item, by card id and authenticated user
Name | Description |
---|---|
uid * string (path) | The card uid |
entitiesAcks (body) | List of user entities for which the card will be acknowledged
|
Code | Description |
200 | Item removed |
204 | Try to remove unexisting item |
404 | Try to remove item from unexisting card |
update current card users reads, adding a new item, by card id and authenticated user
Name | Description |
---|---|
uid * string (path) | The card uid |
Code | Description |
200 | No action done, the item already exists |
201 | Created |
404 | Try to remove item from unexisting card |
update current card users reads, removing an item, by card id and authenticated user
Name | Description |
---|---|
uid * string (path) | The card uid |
Code | Description |
200 | No action done, the item already exists |
201 | Created |
404 | Try to remove item from unexisting card |
Everything concerning resource state
fetch cards restricted to calling user. Fetched cards all come with empty data and details. requesting this end point opens an SSE connection
Name | Description |
---|---|
rangeStart string($date-time) (query) | start of time range to get published card |
rangeEnd string($date-time) (query) | end of time range to get published card |
notification boolean (query) | If true, connection is kept for notification of new cards (not related to the specified range) Default value : false |
clientId string (query) | A unique id to identify client to allow for reconnection (an autogenerated UUID is the best solution) |
Code | Description |
200 | ok
|
401 | Authentication required |
403 | Forbidden - User doesn't have any group |
get archived cards matching the criteria given as parameters. Results are limited to the cards that the calling user is allowed to see (based on the card recipients). For performance reasons, the response does not contain all lightCard fields, the returned fields are : id, uid,publisher, processVersion,process, processInstanceId,state,title,summary,publishDate,startDate,endDate,severity, publisherType, representative,representativeType. The other fields are set to null.
Name | Description |
---|---|
filter object (body) |
|
Code | Description |
200 | OK
|
400 | Bad request |
401 | Authentication required |
403 | Forbidden - User doesn't have any group |
fetch archived card with the given id
Name | Description |
---|---|
id * string (path) |
Code | Description |
200 | OK
|
401 | Authentication required |
403 | Forbidden - User doesn't have any group |
fetch current card for process id
Name | Description |
---|---|
id * string (path) | The id parameter is constructed as follows : {process}.{processInstanceId} |
Code | Description |
200 | OK
|
401 | Authentication required |
403 | Forbidden - User doesn't have any group |
update current card users reads, adding a new item, by card id and authenticated user
Name | Description |
---|---|
uid * string (path) | The card uid |
Code | Description |
200 | No action done, the item already exists |
201 | Created |
404 | Try to remove item from unexisting card |
update current card users reads, removing an item, by card id and authenticated user
Name | Description |
---|---|
uid * string (path) | The card uid |
Code | Description |
200 | No action done, the item already exists |
201 | Created |
404 | Try to remove item from unexisting card |
Everything concerning resource creation
Publish one card to OperatorFabric
Name | Description |
---|---|
card object (body) |
|
Code | Description |
201 | created
|
400 | bad request |
Everything concerning resource deletion
Delete cards from OperatorFabric where card endDate is before the specified date or where card has no endDate and startDate is before the specified date.
Name | Description |
---|---|
(query) | |
endDateBefore () | |
number () | |
number () |
Code | Description |
200 | OK |
delete a card
Name | Description |
---|---|
id * string (path) | The id parameter is constructed as follows : {process}.{processInstanceId} |
Code | Description |
200 | OK |
Everything concerning archived cards
get archived cards matching the criteria given as parameters. Results are limited to the cards that the calling user is allowed to see (based on the card recipients). For performance reasons, the response does not contain all lightCard fields, the returned fields are : id, uid,publisher, processVersion,process, processInstanceId,state,title,summary,publishDate,startDate,endDate,severity, publisherType, representative,representativeType. The other fields are set to null.
Name | Description |
---|---|
filter object (body) |
|
Code | Description |
200 | OK
|
400 | Bad request |
401 | Authentication required |
403 | Forbidden - User doesn't have any group |
fetch archived card with the given id
Name | Description |
---|---|
id * string (path) |
Code | Description |
200 | OK
|
401 | Authentication required |
403 | Forbidden - User doesn't have any group |
fetch cards restricted to calling user. Fetched cards all come with empty data and details. requesting this end point opens an SSE connection
Name | Description |
---|---|
rangeStart string($date-time) (query) | start of time range to get published card |
rangeEnd string($date-time) (query) | end of time range to get published card |
notification boolean (query) | If true, connection is kept for notification of new cards (not related to the specified range) Default value : false |
clientId string (query) | A unique id to identify client to allow for reconnection (an autogenerated UUID is the best solution) |
Code | Description |
200 | ok
|
401 | Authentication required |
403 | Forbidden - User doesn't have any group |
Update existing subscription
Name | Description |
---|---|
uiId * string (path) | unique ui client id associated to subscription |
subscription object (body) | updated subscription
|
Code | Description |
200 | OK
|
400 | Bad request (body doesn't match login path parameter) |
401 | Authentication required |
404 | Subscription not found |
Publish one card to OperatorFabric
Name | Description |
---|---|
card object (body) |
|
Code | Description |
201 | created
|
400 | bad request |
update current card users acknowledgements, adding a new item, by card id and authenticated user
Name | Description |
---|---|
uid * string (path) | The card uid |
entitiesAcks (body) | List of user entities for which the card will be acknowledged
|
Code | Description |
200 | No action done, the item already exists |
201 | Created |
404 | Try to remove item from unexisting card |
update current card users reads, adding a new item, by card id and authenticated user
Name | Description |
---|---|
uid * string (path) | The card uid |
Code | Description |
200 | No action done, the item already exists |
201 | Created |
404 | Try to remove item from unexisting card |
update current card users reads, removing an item, by card id and authenticated user
Name | Description |
---|---|
uid * string (path) | The card uid |
Code | Description |
200 | No action done, the item already exists |
201 | Created |
404 | Try to remove item from unexisting card |
update current card users acknowledgements, adding a new item, by card id and authenticated user
Name | Description |
---|---|
uid * string (path) | The card uid |
entitiesAcks (body) | List of user entities for which the card will be acknowledged
|
Code | Description |
200 | No action done, the item already exists |
201 | Created |
404 | Try to remove item from unexisting card |
update current card users acknowledgements, removing an item, by card id and authenticated user
Name | Description |
---|---|
uid * string (path) | The card uid |
entitiesAcks (body) | List of user entities for which the card will be acknowledged
|
Code | Description |
200 | Item removed |
204 | Try to remove unexisting item |
404 | Try to remove item from unexisting card |
update current card users acknowledgements, removing an item, by card id and authenticated user
Name | Description |
---|---|
uid * string (path) | The card uid |
entitiesAcks (body) | List of user entities for which the card will be acknowledged
|
Code | Description |
200 | Item removed |
204 | Try to remove unexisting item |
404 | Try to remove item from unexisting card |
Get translated field for a given i18n value
Name | Description |
---|---|
fieldToTranslate (body) |
|
Code | Description |
200 | OK
|
400 | Bad request |
401 | Authentication required |