Get all knowledge articles
/search
Request
-
limit: integer(int32)
The number of items this result is limited to. If no limit parameter is provided, the default limit 20 is used.
-
offset: integer(int32)
The item index for which this result starts. If no offset parameter is provided, the number 0 is used.
-
q: string
Specify a list of supported query attributes
-
question: string
Specify the question for searching
There's no request body for this operation.
Back to TopResponse
- application/xml
- application/json
200 Response
object-
count: integer
(int32)
- facets: object Facets
-
hasMore(required): boolean
Title:
Has MoreDefault Value:falseBoolean indicating whether or not the collection contains more items than were returned in this request. Defaults to false. -
items(required): array
Items
Title:
ItemsThe collection of of the requested resources meeting your criteria. -
limit(required): integer
(int32)
Title:
LimitThe number of items this result is limited to. Used in conjunction with offset for pagination. -
links: array
Links
Title:
LinksREST API canonical and/or collection links for this Singular Resource -
offset(required): integer
(int32)
Title:
OffsetThe item index at which this resultset starts. Used in conjunction with limit for pagination. -
searchTransactionId: integer
(int64)
Title:
Search Transaction IDAn unique search transaction ID for each request. -
totalResults: integer
(int64)
Title:
Total ResultsThe number of available items that meet the criteria used. This attribute must be explicitly requested by adding totalResults=true to the querystring.
objectFacets-
facet: string
Title:
FacetThe key is either product or category or any string
arrayItems-
Array of:
object SearchResultItem
Documentation for BO mode: SearchResultItemBO
arrayLinksobject-
categoryId: number
Title:
Category IDThe unique identifier of the category. -
docCount: integer
Title:
Document CountAn aggregation of documents. -
inventoryItemId: number
Title:
Inventory Item IDThe unique identifier of the product. -
organizationId: object
Organization Id
Title:
Organization IdThe organization ID of the product. -
path: object
Category Hierarchy
Title:
Category HierarchyCategory hierarchy with the delimiter of > -
productGroupId: number
Title:
Product Group IdThe unique identifier of the product group. -
stripeCd: string
Title:
Stripe CodeStripe Code. -
usageCode: string
Title:
Usage CodeUsage Code.
objectOrganization IdobjectCategory Hierarchyobject-
answerId: integer
(int64)
Title:
Answer IDRead Only:trueThe unique identifier of an article in a locale. -
articleStatus:
articleStatus
-
autoCheckIn: boolean
Title:
Auto Check InRead Only:trueDefault Value:falseIndicates whether the article needs to be automatically checked in after saving it. -
basedLocale:
basedLocale
-
categories: array
Categories
Title:
CategoriesThe list of categories associated with the article. -
checkedOut: boolean
Title:
Checked OutRead Only:trueDefault Value:falseThe date and time when an author has checked out or locked the document for editing. -
checkedOutBy:
checkedOutBy
-
contentType(required):
contentType
-
createDate: string
(date)
Title:
Create DateRead Only:trueThe date and time when this article was originally created. -
creator:
creator
-
dateAdded: string
(date)
Title:
Date AddedRead Only:trueThe date and time when this article version was created. -
dateModified: string
(date)
Title:
Date ModifiedRead Only:trueThe date and time when this article was last modified. -
displayEndDate: string
(date)
Title:
Display End DateThe date and time when the article will stop being available to display to end-users. -
displayReviewDate: string
(date)
Title:
Display Review DateThe date and time when the article requires a review by an author capable of performing the review. -
displayStartDate: string
(date)
Title:
Display Start DateThe date and time when the article will be available to display to end-users.. -
documentId: string
Title:
Document IDRead Only:trueThe unique identifier of an article most usable for humans. -
excerpt: string
Title:
Answer ExcerptA snippet from the answer matching the users query -
highlights: object
Highlighting
Title:
HighlightingAdditional Properties Allowed: additionalPropertiesAn excerpt of an article's content. -
lastModifiedDate: string
(date)
Title:
Last Modified DateRead Only:trueThe date and time when this article was last modified. -
lastModifier:
lastModifier
-
links: array
Links
Title:
LinksRead Only:trueREST API canonical and/or collection links for this Singular Resource -
locale(required):
locale
-
owner:
owner
-
pending: boolean
Title:
PendingRead Only:trueDefault Value:falseIndicates whether this article version is scheduled to go live in the future. The value is false for most article versions. -
products: array
Products
Title:
ProductsThe list of products associated with the article. -
publishDate: string
(date)
Title:
Publish DateRead Only:trueThe date and time when this article version was published. -
published: boolean
Title:
PublishedRead Only:trueDefault Value:falseIndicates whether this article version is published. Default value is false for all versions other than the published version, if there is one. -
publishedVersion: string
Title:
Published VersionRead Only:trueMaximum Length:50If this article has a published version in the requested locale, this fields will contain the version number of the published article version. -
rank: integer
(int32)
Title:
Rank PositionA ranking position for click through -
recordId: string
Title:
Record IDRead Only:trueThe unique identifier of the article. This ID is the same in all versions in all locales of the article and is recommended for programmatic use. -
score: number
(double)
Title:
ScoreScore is used to sort the resultant articles. The higher the score of an article the more relevant the article is. -
sourceType: string
Title:
Source TypeSource Type is used to identify the document type. -
title: string
Title:
TitleRead Only:trueMaximum Length:4000The title of the document. -
userGroups: array
User Groups
Title:
User GroupsThe user groups assigned to the content. Only the members of the assigned user group will have access to the content. Default value is Everyone. -
version: string
Title:
VersionRead Only:trueMaximum Length:50The version of the article. -
versionId: string
Title:
Version IDRead Only:trueMaximum Length:64The unique identifier of the specific version of an article in a specific locale. You cannot use this field in queries made using q query parameter. -
versionState: string
Title:
Version StateRead Only:trueThe state of a version, possible values are SCHEDULED, LIVE, EXPIRED, DRAFT. -
views: array
Views
Title:
ViewsRead Only:trueThe views assigned to the content. The user who has the view assigned to the content or the content type in which the content is saved can only access the content. -
workflowStep:
workflowStep
The article status.
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=articleStatus.referenceKey+eq+'DRAFT'http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=articleStatus.referenceKey+in+('DRAFT', 'WORK_IN_PROGRESS')http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=articleStatus.referenceKey+eq+'DRAFT' and contentState eq 'LATEST'http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=articleStatusRefKey+eq+'IM_NULL_ARTICLE_STATUS'http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=articleStatusRefKey+in+('IM_NULL_ARTICLE_STATUS', 'DRAFT')
The service response matches any Content object (PUBLISHED by default) with article status specified in the request if you pass the articleStatus.refKey parameter.
Example URIs for the articleStatus parameter are as follows:
OR
The following example URIs returns Content objects whose contentState is LATEST:
The following example URI returns Content objects with no article status assigned:
The following example URI returns Content objects with no article status assigned and Content objects with the Draft article status assigned:
If there is no Content object that matches specified articleStatus query, response will include status of 200 OK with no records.
If there is no Content object that matches specified articleStatus query, response will include status of 200 OK with no records.
-
object
ArticleStatusKeyBO
Documentation for BO mode: ArticleStatusKeyBO
-
Title:
Article StatusThe article status.
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=articleStatus.referenceKey+eq+'DRAFT'http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=articleStatus.referenceKey+in+('DRAFT', 'WORK_IN_PROGRESS')http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=articleStatus.referenceKey+eq+'DRAFT' and contentState eq 'LATEST'http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=articleStatusRefKey+eq+'IM_NULL_ARTICLE_STATUS'http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=articleStatusRefKey+in+('IM_NULL_ARTICLE_STATUS', 'DRAFT')
The service response matches any Content object (PUBLISHED by default) with article status specified in the request if you pass the
articleStatus.refKeyparameter.Example URIs for the articleStatus parameter are as follows:
OR
The following example URIs returns Content objects whose contentState is LATEST:
The following example URI returns Content objects with no article status assigned:
The following example URI returns Content objects with no article status assigned and Content objects with the Draft article status assigned:
If there is no Content object that matches specified articleStatus query, response will include status of 200 OK with no records.
If there is no Content object that matches specified articleStatus query, response will include status of 200 OK with no records.
-
object
LocaleKeyBO
Documentation for BO mode: LocaleKeyBO:
Localized Name of the Locale is currently NOT provided (i.e. The word Japanese is always in Japanese and never localized in say Arabic.)
-
Title:
Based LocaleThe source locale used to create the localized version of the document. This field is seen only if the content has a localized version.
arrayCategories-
Array of:
object Catalog
Documentation for BO mode: CategoryBO
The user or author who performed the last content checkout. The following are the subfields that can be used with checkedOutBy query parameter:
- checkedOutBy.recordId : The unique identifier of the checkedOutBy object. For example, to request an article with unique id, submit a call using the URI:
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=checkedOutBy.recordId eq '{id}' - checkedOutBy.email : User's email.
- checkedOutBy.firstName : User's firstName.
- checkedOutBy.lastName : User's lastName.
- checkedOutBy.login : User's login.
-
object
UserKeyBO
Documentation for BO mode: UserKeyBO
-
Title:
Checked Out ByRead Only:trueThe user or author who performed the last content checkout. The following are the subfields that can be used with checkedOutBy query parameter:
- checkedOutBy.recordId : The unique identifier of the checkedOutBy object. For example, to request an article with unique id, submit a call using the URI:
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=checkedOutBy.recordId eq '{id}' - checkedOutBy.email : User's email.
- checkedOutBy.firstName : User's firstName.
- checkedOutBy.lastName : User's lastName.
- checkedOutBy.login : User's login.
- checkedOutBy.recordId : The unique identifier of the checkedOutBy object. For example, to request an article with unique id, submit a call using the URI:
The channel to which the content is categorized and saved. The following are the subfields that can be used with contentType query parameter:
- contentType.recordId : The unique identifier of the ContentType object.
- contentType.referenceKey : The reference key for the ContentType object. ContentType objects support multiple languages. This field can be used to identify the associated objects for all languages. For Example to request articles for content type FAQ, submit a call using the URI:
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=contentType.referenceKey eq 'FAQ' - contentType.allowRecommendations : The flag indicates whether the content type allows end users to create recommendations for its contents. This also indicates whether you can associate the recommended content with a content type.
-
object
ContentTypeKeyBO
Documentation for BO mode: ContentTypeKeyBO
-
Title:
Content TypeThe channel to which the content is categorized and saved. The following are the subfields that can be used with contentType query parameter:
- contentType.recordId : The unique identifier of the ContentType object.
- contentType.referenceKey : The reference key for the ContentType object. ContentType objects support multiple languages. This field can be used to identify the associated objects for all languages. For Example to request articles for content type FAQ, submit a call using the URI:
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=contentType.referenceKey eq 'FAQ' - contentType.allowRecommendations : The flag indicates whether the content type allows end users to create recommendations for its contents. This also indicates whether you can associate the recommended content with a content type.
The user who originally authored or created the document. The following are the subfields that can be used with creator query parameter:
- creator.recordId : The unique identifier of the creator object. For example, to request an article with unique id, submit a call using the URI:
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=creator.recordId eq '{id}' - creator.email : User's email.
- creator.firstName : User's firstName.
- creator.lastName : User's lastName.
- creator.login : User's login.
-
object
UserKeyBO
Documentation for BO mode: UserKeyBO
-
Title:
CreatorRead Only:trueThe user who originally authored or created the document. The following are the subfields that can be used with creator query parameter:
- creator.recordId : The unique identifier of the creator object. For example, to request an article with unique id, submit a call using the URI:
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=creator.recordId eq '{id}' - creator.email : User's email.
- creator.firstName : User's firstName.
- creator.lastName : User's lastName.
- creator.login : User's login.
- creator.recordId : The unique identifier of the creator object. For example, to request an article with unique id, submit a call using the URI:
objectHighlightingThe user or author who performed the last content modification. The following are the subfields that can be used with lastModifier query parameter:
- lastModifier.recordId : The unique identifier of the lastModifier object. For example, to request an article with unique id, submit a call using the URI:
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=lastModifier.recordId eq '{id}' - lastModifier.email : User's email.
- lastModifier.firstName : User's firstName.
- lastModifier.lastName : User's lastName.
- lastModifier.login : User's login.
-
object
UserKeyBO
Documentation for BO mode: UserKeyBO
-
Title:
Last ModifierRead Only:trueThe user or author who performed the last content modification. The following are the subfields that can be used with lastModifier query parameter:
- lastModifier.recordId : The unique identifier of the lastModifier object. For example, to request an article with unique id, submit a call using the URI:
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=lastModifier.recordId eq '{id}' - lastModifier.email : User's email.
- lastModifier.firstName : User's firstName.
- lastModifier.lastName : User's lastName.
- lastModifier.login : User's login.
- lastModifier.recordId : The unique identifier of the lastModifier object. For example, to request an article with unique id, submit a call using the URI:
arrayLinkstrueThe locale of the version of the document. The locale code represents the language and country associated with the Locale object. The following subfield can be used with locale query parameter:
- locale.recordId : The unique identifier of the Locale object. For example, to request an article in the Spanish-Spain locale, submit a call using the URI:
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=locale.recordId eq 'es_ES'
-
object
LocaleKeyBO
Documentation for BO mode: LocaleKeyBO:
Localized Name of the Locale is currently NOT provided (i.e. The word Japanese is always in Japanese and never localized in say Arabic.)
-
Title:
LocaleThe locale of the version of the document. The locale code represents the language and country associated with the Locale object. The following subfield can be used with locale query parameter:
- locale.recordId : The unique identifier of the Locale object. For example, to request an article in the Spanish-Spain locale, submit a call using the URI:
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=locale.recordId eq 'es_ES'
- locale.recordId : The unique identifier of the Locale object. For example, to request an article in the Spanish-Spain locale, submit a call using the URI:
The user or author who owns or is responsible for the document. The following are the subfields that can be used with owner query parameter:
- owner.recordId : The unique identifier of the owner object. For example, to request an article with unique id, submit a call using the URI:
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=owner.recordId eq '{id}' - owner.email : User's email.
- owner.firstName : User's firstName.
- owner.lastName : User's lastName.
- owner.login : User's login.
-
object
UserKeyBO
Documentation for BO mode: UserKeyBO
-
Title:
OwnerRead Only:trueThe user or author who owns or is responsible for the document. The following are the subfields that can be used with owner query parameter:
- owner.recordId : The unique identifier of the owner object. For example, to request an article with unique id, submit a call using the URI:
http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/api/content?q=owner.recordId eq '{id}' - owner.email : User's email.
- owner.firstName : User's firstName.
- owner.lastName : User's lastName.
- owner.login : User's login.
- owner.recordId : The unique identifier of the owner object. For example, to request an article with unique id, submit a call using the URI:
arrayProducts-
Array of:
object CatalogProduct
Documentation for BO mode: CatalogProductBO
arrayUser Groups-
Array of:
object UserGroupKeyBO
Documentation for BO mode: UserGroupKeyBO
arrayViewstrue-
Array of:
object ViewKeyBO
Documentation for BO mode: ViewKeyBO
-
object
WorkflowStepDataBO
Documentation for BO mode: WorkflowStepDataBO
-
Title:
Workflow StepRead Only:trueThe step of the workflow in which the document version currently exist.
object-
links: array
Links
Title:
LinksRead Only:trueThe collection links related to this resource -
name: string
Title:
NameRead Only:trueMinimum Length:1Maximum Length:255The localized name of the ArticleStatus object. The name field can only be used for sorting. -
recordId: string
Title:
Record IdThe unique identifier of the ArticleStatus object. -
referenceKey: string
Title:
Reference KeyMaximum Length:255The reference key for the ArticleStatus object. ArticleStatus objects support multiple languages. This field can be used to identify the associated objects for all languages.
arrayLinkstrueobjectLocalized Name of the Locale is currently NOT provided (i.e. The word Japanese is always in Japanese and never localized in say Arabic.)
-
links: array
Links
Title:
LinksRead Only:trueREST API canonical and/or collection links for this Singular Resource -
localeDesc: string
Title:
Locale DescRead Only:trueMaximum Length:100The description about the language and country that the Locale object represents. -
recordId: string
Title:
Record IdThe unique identifier of the Locale object.
arrayLinkstrueobject-
categoryId: integer
(int64)
Title:
Category IDThe unique identifier of the category. -
path: string
Title:
Category HierarchyCategory hierarchy with the delimiter of > -
stripeCd: string
Title:
Stripe codeStripe code
object-
canAssignTask: boolean
Title:
Can Assign tasksReturns whether this user can assign tasks to other users. -
contentTypePrivileges: array
Content Type Privileges
Title:
Content Type PrivilegesThis field will return list of all contenttype privileges user have -
email: string
Title:
EmailMaximum Length:100The user's e-mail address -
externalId: integer
(int64)
Title:
External IdRead Only:trueThe ExternalId is the Id of the corresponding User from an external system. It, along with ExternalType, can be used to bridge the gap between a User from this system and a User from an external system. -
functionalPrivileges: object
Functional Privileges of user
Title:
Functional Privileges of userAdditional Properties Allowed: additionalPropertiesThis field will return list of all fucntional privileges user have -
links: array
Links
Title:
LinksRead Only:trueREST API canonical and/or collection links for this Singular Resource -
login: string
Title:
LoginMaximum Length:100The user's login -
name: string
Title:
NameRead Only:trueMaximum Length:100User's full name -
recordId(required): integer
(int64)
Title:
Record IdRead Only:trueThe unique identifier of the user
arrayContent Type Privileges-
Array of:
object CompositeContentTypeBO
Composite of ContentTypeBO and its flattened relation. Keep in mind we can add more stuff down the line
objectFunctional Privileges of user arrayLinkstrueobject-
compositeWorkflowSteps(required): array
WorkflowSteps Composite BO
Title:
WorkflowSteps Composite BOWorkflowSteps mapped to this content type and user privileges on that -
contentTypeKeyBO(required):
contentTypeKeyBO
-
hasContentTypeAccess: boolean
Title:
Has Content Type AccessVerifies if ContentTypeBO privileges are valid for user -
listOfPrivilege(required): array
List Of Privilege
Title:
List Of PrivilegeList of Privileges for the ContentType
arrayWorkflowSteps Composite BO-
Array of:
object CompositeWorkflowStepBO
Composite of WorkflowStepBO with user privileges on this step.
-
object
ContentTypeKeyBO
Documentation for BO mode: ContentTypeKeyBO
-
Title:
Content Type Key BOContentBO object being created or updated
arrayList Of Privilegeobject-
listOfPrivilege(required): array
List Of Privilege
Title:
List Of PrivilegeList of Privileges for the WorkflowStep -
WorkflowStepKeyBO(required):
WorkflowStepKeyBO
arrayList Of Privilege-
object
WorkflowStepKeyBO
Documentation for BO mode: WorkflowStepKeyBO
-
Title:
WorkflowStep Key BOWorkflowStep object being fetched
object-
links: array
Links
Title:
LinksREST API canonical and/or collection links for this Singular Resource -
name: string
Title:
NameMaximum Length:255Localized name of the workflow step -
recordId(required): string
Title:
Record IdRead Only:trueGUID from the WORKFLOWSTEP table -
referenceKey(required): string
Title:
Reference KeyMinimum Length:1Maximum Length:100Non localized name of the workflow step -
workflowId(required): string
Title:
WorkflowRecord IdRead Only:trueGUID from the WORKFLOW table
arrayLinksobject-
description: string
Title:
DescriptionMaximum Length:255The description for the ContentType object. Content Types support multiple languages. This field identifies the object associated with the language specified by the user. -
links: array
Links
Title:
LinksRead Only:trueREST API canonical and/or collection links for this Singular Resource -
name(required): string
Title:
NameMinimum Length:1Maximum Length:255The name for the ContentType object. The name field can only be used for sorting. Content Types support multiple languages. This field identifies the object associated with the language specified by the user. -
recordId: string
Title:
Record IdRead Only:trueThe unique identifier of the ContentType object. -
referenceKey(required): string
Title:
Reference KeyMinimum Length:1Maximum Length:255The reference key for the ContentType object. ContentType objects support multiple languages. This field can be used to identify the associated objects for all languages. -
stripeCd(required): string
Title:
Stripe CdMaximum Length:30Lookup code that indicates the stripe code. -
usageCode: string
Title:
Usage CodeRead Only:trueMaximum Length:30Lookup code that indicates the product usage code. -
workflow:
workflow
arrayLinkstrue-
object
WorkflowKeyBO
-
Title:
WorkflowThe workflow definition that the author can use while content authoring in a content type.
object-
enabled: boolean
-
links: array
links
-
name: string
Maximum Length:
255 -
recordId: string
-
referenceKey: string
Minimum Length:
0Maximum Length:100 -
workflowVersion: integer
(int32)
object-
inventoryItemId: integer
(int64)
Title:
Inventory Item IDThe unique identifier of the product. -
organizationId: integer
(int64)
Title:
Organization IdThe organization ID of the product. -
path: string
Title:
Product HierarchyProduct hierarchy with the delimiter of > -
productGroupId: integer
(int64)
Title:
Product Group IdThe unique identifier of the product group. -
usageCode: string
Title:
Usage codeUsage code
object-
links: array
Links
Title:
LinksRead Only:trueThe collection links related to this resource -
name: string
Title:
NameRead Only:trueMaximum Length:255The localized name of the user group. The name field can only be used for sorting. -
recordId: string
Title:
Record IdThe unique identifier from the TAG table that represent a userGroups resource -
referenceKey: string
Title:
Reference KeyMaximum Length:255The non localized name of the user group -
stripeCd: string
Title:
Stripe CDRead Only:trueMaximum Length:30Stripe for UserGroup
arrayLinkstrueobject-
links: array
Links
Title:
LinksRead Only:trueREST API canonical and/or collection links for this Singular Resource -
name: string
Title:
NameMaximum Length:255Localized name of the view -
recordId(required): string
Title:
Record IdRead Only:trueGUID of the SITE table containing the view definition -
referenceKey(required): string
Title:
Reference KeyMinimum Length:1Maximum Length:255Non localized reference key for the view -
stripeCd: string
Title:
Stripe CDMaximum Length:30Stripe of a view
arrayLinkstrueobject-
allowDocumentEditing: boolean
Title:
Allow Document EditingFlag indicating whether this step allows document editing -
dateAdded(required): string
(date)
Title:
Date AddedRead Only:trueThe date and time when this work flow step was added. -
dateModified(required): string
(date)
Title:
Date ModifiedRead Only:trueThe date and time when this work flow step was last modified. -
defaultStepDurationInMinutes: integer
(int32)
Title:
Default Workflow Step Due date in minutesTime in minutes that the workflow step task will stay in queue before being consdiered overdue -
links: array
Links
Title:
LinksREST API canonical and/or collection links for this Singular Resource -
name: string
Title:
NameMaximum Length:255Localized name of the workflow step -
onlyAssigneeCanAppove: boolean
Title:
Can only assignee approve stepFlag indicating whether this step can only be approved by workflow step task assignee -
recordId(required): string
Title:
Record IdRead Only:trueGUID from the WORKFLOWSTEP table -
referenceKey(required): string
Title:
Reference KeyMinimum Length:1Maximum Length:100Non localized name of the workflow step -
sortOrder: integer
(int32)
Title:
Sort OrderThe order of the workflow steps within the workflow -
workflowId(required): string
Title:
WorkflowRecord IdRead Only:trueGUID from the WORKFLOW table
arrayLinks