System APIs
Creates a new context menu collection
HTTP method | POST |
URI | https://api.rambase.net/system/context-menu-collections |
Supported formats | Xml, Html, Json (ex. $format=json) |
Successful HTTP status code | 201 |
API resource identifier | 2178, version 3 |
The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.
Name
Required/mandatory field
Name of the context menu collection.
>{String}</Name>Namespace
Required/mandatory field
Namespace of the context menu collection
>{String}</Namespace>Repository
This field is optional.
>Scope
Scope of the context menu collection (local or global)
Applicable domain values can be found here
This field is optional.
>{String}</Scope>Name
Required/mandatory field
Name of the context menu collection.
": "{String}",Namespace
Required/mandatory field
Namespace of the context menu collection
": "{String}",Repository
This field is optional.
": {Scope
Scope of the context menu collection (local or global)
Applicable domain values can be found here
This field is optional.
": "{String}"The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.
$access_token String, optional | After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time. |
$db String, optional | Set the database/company for the request |
$useMinimumVersion Integer, optional | Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information. |
$lang String, optional | Specifies the language used in the response, following the 3-letter ISO-639-1 [lll] |
Read more about filters and sorting on how to use filter parameters and named filters.
Read more about filters and sorting on how to use sortable parameters
Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields.
Please note that some fields may be removed from the response, based on user roles/duties/permissions.
ContextMenuCollectionId
Context menu collection id. A unique Id representing a single context menu collection.
>{Integer}</ContextMenuCollectionId>Status
Status of context menu collection
>{Integer}</Status>Name
Name of the context menu collection.
>{String}</Name>Namespace
Namespace of the context menu collection
>ParameterId
A unique id for this specific parameter
>{Integer}</ParameterId>Name
The name of the paramter needed in this collection
>{String}</Name>Description
The description of this parameter
>{String}</Description>ParameterLink
Reference to parameter of context menu collection
>{String}</ParameterLink>IsChanged
Tells whether this object has been changed locally and are ready to be committed to the Repository
>{Boolean}</IsChanged>Scope
Scope of the DOV (LOCAL/GLOBAL)
>{String}</Scope>OverriddenStatus
Contains the global overridden object status if object status has been changed locally.
>{String}</OverriddenStatus>ChangedBy
EmployeeId of the employee making the change
>UserId
User identifier
>{Integer}</UserId>UserLink
User reference
>{String}</UserLink>ContextMenuCollectionId
Context menu collection id. A unique Id representing a single context menu collection.
": "{Integer}",Status
Status of context menu collection
": "{Integer}",Name
Name of the context menu collection.
": "{String}",Namespace
Namespace of the context menu collection
": {ParameterId
A unique id for this specific parameter
": "{Integer}",Name
The name of the paramter needed in this collection
": "{String}",Description
The description of this parameter
": "{String}",ParameterLink
Reference to parameter of context menu collection
": "{String}"IsChanged
Tells whether this object has been changed locally and are ready to be committed to the Repository
": "{Boolean}",Scope
Scope of the DOV (LOCAL/GLOBAL)
": "{String}",OverriddenStatus
Contains the global overridden object status if object status has been changed locally.
": "{String}",ChangedBy
EmployeeId of the employee making the change
": {UserId
User identifier
": "{Integer}",UserLink
User reference
": "{String}"
List of available operations/actions for this resource.
See the operations documentation for more information about API operations.
Possible error codes the response might return:
Error 101853 HTTP 400 | Context menu collection is in a status that does not allow update |
Error 101854 HTTP 400 | The combination of Name and Namespace must be unique |