Table of Contents

Class ApiGetRequest

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.API.Request
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the API GET request that returns a single item.

public class ApiGetRequest : ApiRequest
Inheritance
ApiGetRequest
Inherited Members

Properties

Id

Gets or sets the item identifier. If there is more than one key, separate the values with a comma.

public string Id { get; set; }

Property Value

string