SMALL TITLE
TAG LINE
id | "id": 929 Type: Number This is the unique numeric identifier for the ReportStorage |
reportId | "reportId": 726 Type: Number Unique identifier for the associated Report object. |
ownerId | "ownerId": 915 Type: Number Unique identifier for the associated Owner object. |
identifier | "identifier": "Hello World" Type: String |
report | "report": "Hello World" Type: String |
created | "created": "2005-04-11T14:56:24" Type: Date |
createdByUserId | "createdByUserId": 868 Type: Number Unique identifier for the associated User object. |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
DELETE | api/v1/Report/Storage/{id:int} |
Delete an instance of the ReportStorage object. |
GET | api/v1/Report/Storage |
Retrieve all of the ReportStorage objects. |
GET | api/v1/Report/Storage/Metadata |
Retrieve all of the meta data details of the ReportStorage object. |
GET | api/v1/Report/Storage/Metadata/{option} |
Retrieve all the meta data details of the ReportStorage object based on provided options. | |
{option} | Metadata options for the ReportStorage object. |
GET | api/v1/Report/Storage/Paged |
Retreive all of the ReportStorage objects in a paged fashion. |
GET | api/v1/Report/Storage/{id:int} |
Retrieve an instance of the ReportStorage object by it's ID. | |
{id:int} | Unique identifier for the ReportStorage object. |
POST | api/v1/Report/Storage |
Create a new instance of the ReportStorage object. |
PUT | api/v1/Report/Storage/{id:int} |
Update an existing instance of the ReportStorage object. |