Timeline (0.0.18)
Download OpenAPI specification:Download
Get the a Resource Activities by the Resource ID Deprecated
Authorizations:
ApplicationToken
path Parameters
resourceId required | string The Resource Id you want to perform actions with |
query Parameters
from | string The date that you want the timeline to display form |
Responses
Response samples
- 200
Content type
application/json
[- {
- "action": "string",
- "datePerformed": "string",
- "dateRegistered": "string",
- "identity": "string",
- "marppID": "string",
- "projectID": "string",
- "pubsubMessageID": "string",
- "resourceID": "string",
- "resourceType": "string",
- "service": "string",
- "targetObject": "string"
}
]
Get the a Resource Activities by the Resource Type Deprecated
Authorizations:
ApplicationToken
path Parameters
service required | string The service you want to perform actions with |
action required | string The Action you want to perform actions with |
query Parameters
from required | string The date that you want the timeline to display form |
Responses
Response samples
- 200
Content type
application/json
[- {
- "action": "string",
- "datePerformed": "string",
- "dateRegistered": "string",
- "identity": "string",
- "marppID": "string",
- "projectID": "string",
- "pubsubMessageID": "string",
- "resourceID": "string",
- "resourceType": "string",
- "service": "string",
- "targetObject": "string"
}
]
Get the a Resource Activities by the Resource Type Deprecated
Authorizations:
ApplicationToken
path Parameters
type required | string The Resource Type you want to perform actions with |
query Parameters
from required | string The date that you want the timeline to display form |
Responses
Response samples
- 200
Content type
application/json
[- {
- "action": "string",
- "datePerformed": "string",
- "dateRegistered": "string",
- "identity": "string",
- "marppID": "string",
- "projectID": "string",
- "pubsubMessageID": "string",
- "resourceID": "string",
- "resourceType": "string",
- "service": "string",
- "targetObject": "string"
}
]