Appendix C - Tokens Supported for List Project Files API
You can refer to the following tokens in filter and sort to form search queries:
| Token | Description | Example |
|---|---|---|
| assetCount | To retrieve list of project files based on their count. | assetCount: 1000 |
| name | To retrieve list of project files based on their name. | name: Relay |
| engineeringToolName | To retrieve list of project files based on their engineering tool name. | engineeringToolName: TwinCAT |
| plantLocation | To retrieve list of project files based on their plant location. | plantLocation: Production floor |
| engineeringToolVersion | To retrieve list of project files based on their engineering tool version. | engineeringToolVersion: 08.804 |
| status | To retrieve list of project files based on their status. | status: Deleted |
| fileHash | To retrieve list of project files based on hash of the file. | fileHash: 54ac68844e620996295604b3aab61cc0 |
| uploadedBy | To retrieve list of project files by uploaded on user’s name. | uploadedBy: User John |
| lastUpdated | To retrieve list of project files based on their last updated. | lastUpdated: 2023-03-09T11:06:15.351Z |
| vendor | To retrieve list of project files based on their vendors. | vendor: Siemens |