Contents
-
Writing Tachyon Instructions
-
Integrating with Tachyon
-
Introduction
-
Tachyon RunInstruction command-line tool
-
Consumer API reference
-
ApplicableOperations
-
Approvals
-
AuditLogs
-
Authentication
-
ComponentHealthManager
-
Consumers
-
CustomProperties
-
CustomPropertyTypes
-
CustomPropertyValues
-
DataExport
-
Deploy
-
Devices
-
EventSource
-
EventSubscriptionAssignments
-
EventSubscriptions
-
Expressions
-
Fragments
-
Information (default)
-
InstructionDefinitions
-
InstructionHierarchies
-
Instructions
-
InstructionSets
-
InstructionStatistics
-
ManagementGroups
-
Notifications
-
Permissions
-
Policies
-
Policy
-
PolicyAssignments
-
PrincipalRoleManagementGroups
-
PrincipalRoles
-
Principals
-
PrincipalSearch
-
ProductPacks
-
RelatedInstructionDefinitions
-
ResponseErrors
-
Responses
-
ResponseTemplates
-
Role
-
Rules
-
ScheduledInstructions
-
SecurableTypes
-
Settings
-
SystemInformation
-
SystemStatistics
-
Tasks
-
TriggerTemplates
-
ApplicableOperations
-
Using scope and filter expressions
-
How to guides
-
Introduction
-
Tachyon .NET Consumer SDK
-
Tachyon PowerShell Toolkit
-
Index
Entity - Fragments
Minimum API version 4.0
Verb | Request | Notes | Permission required |
---|---|---|---|
GET | /Consumer/Fragments | Returns all fragments | Requires 'Read' permission on 'GuaranteedState' securable type |
GET | /Consumer/Fragments/{id} | Returns a single fragment by its Id | Requires 'Read' permission on 'GuaranteedState' securable type |
GET | /Consumer/Fragments/Shallow/All | Minimum API version 5.1 Returns all fragments but without their respective Payloads. | Requires 'Read' permission on 'GuaranteedState' securable type |
POST | /Consumer/Fragments/Search | Returns Fragments that match the search parameters specified Allowed filter columns:
Allowed sort columns:
| Requires 'Read' permission on 'GuaranteedState' securable type |
POST | /Consumer/Fragments/Shallow/Search | Returns Fragments that match the search parameters specified. Fragment's payload will not be returned. If you require payload please use /Fragments/Search instead. Allowed filter columns:
Allowed sort columns:
| Requires 'Read' permission on 'GuaranteedState' securable type |
POST | /Consumer/Fragments | Unavailable from version 5.1 onwards Creates a new Fragment | Requires 'Write' permission on 'GuaranteedState' securable type |
PUT | /Consumer/Fragments | Unavailable from version 5.1 onwards Modifies an existing Fragment | Requires 'Write' permission on 'GuaranteedState' securable type |
POST | /Consumer/Fragments/UploadFile | Minimum API version 5.1 Uploads a Fragment file Payload must be sent as multipart form data with the file attached. | Requires 'Write' permission on 'GuaranteedState' securable type |
DELETE | /Consumer/Fragments/{id} | Deletes a Fragment | Requires 'Delete' permission on 'GuaranteedState' securable type |
GET | /Consumer/Fragments/Export/Id/{id} | Minimum API version 5.1 Exports a Fragment as an Xml file | Requires 'Read' permission on 'GuaranteedState' securable type |
GET | /Consumer/Fragments/Export/Name/{name} | Minimum API version 5.1 Exports a Fragment as an Xml file | Requires 'Read' permission on 'GuaranteedState' securable type |