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 More
Default Value:false
Boolean indicating whether or not the collection contains more items than were returned in this request. Defaults to false. -
items(required): array
Items
Title:
Items
The collection of of the requested resources meeting your criteria. -
limit(required): integer
(int32)
Title:
Limit
The number of items this result is limited to. Used in conjunction with offset for pagination. -
links: array
Links
Title:
Links
REST API canonical and/or collection links for this Singular Resource -
offset(required): integer
(int32)
Title:
Offset
The item index at which this resultset starts. Used in conjunction with limit for pagination. -
searchTransactionId: integer
(int64)
Title:
Search Transaction ID
An unique search transaction ID for each request. -
totalResults: integer
(int64)
Title:
Total Results
The number of available items that meet the criteria used. This attribute must be explicitly requested by adding totalResults=true to the querystring.
object
Facets
-
facet: string
Title:
Facet
The key is either product or category or any string
array
Items
-
Array of:
object SearchResultItem
Documentation for BO mode: SearchResultItemBO
array
Links
object
-
categoryId: number
Title:
Category ID
The unique identifier of the category. -
docCount: integer
Title:
Document Count
An aggregation of documents. -
inventoryItemId: number
Title:
Inventory Item ID
The unique identifier of the product. -
organizationId: object
Organization Id
Title:
Organization Id
The organization ID of the product. -
path: object
Category Hierarchy
Title:
Category Hierarchy
Category hierarchy with the delimiter of > -
productGroupId: number
Title:
Product Group Id
The unique identifier of the product group. -
stripeCd: string
Title:
Stripe Code
Stripe Code. -
usageCode: string
Title:
Usage Code
Usage Code.
object
Organization Id
object
Category Hierarchy
object
-
answerId: integer
(int64)
Title:
Answer ID
Read Only:true
The unique identifier of an article in a locale. -
articleStatus:
articleStatus
-
autoCheckIn: boolean
Title:
Auto Check In
Read Only:true
Default Value:false
Indicates whether the article needs to be automatically checked in after saving it. -
basedLocale:
basedLocale
-
categories: array
Categories
Title:
Categories
The list of categories associated with the article. -
checkedOut: boolean
Title:
Checked Out
Read Only:true
Default Value:false
The 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 Date
Read Only:true
The date and time when this article was originally created. -
creator:
creator
-
dateAdded: string
(date)
Title:
Date Added
Read Only:true
The date and time when this article version was created. -
dateModified: string
(date)
Title:
Date Modified
Read Only:true
The date and time when this article was last modified. -
displayEndDate: string
(date)
Title:
Display End Date
The date and time when the article will stop being available to display to end-users. -
displayReviewDate: string
(date)
Title:
Display Review Date
The date and time when the article requires a review by an author capable of performing the review. -
displayStartDate: string
(date)
Title:
Display Start Date
The date and time when the article will be available to display to end-users.. -
documentId: string
Title:
Document ID
Read Only:true
The unique identifier of an article most usable for humans. -
excerpt: string
Title:
Answer Excerpt
A snippet from the answer matching the users query -
highlights: object
Highlighting
Title:
Highlighting
Additional Properties Allowed: additionalPropertiesAn excerpt of an article's content. -
lastModifiedDate: string
(date)
Title:
Last Modified Date
Read Only:true
The date and time when this article was last modified. -
lastModifier:
lastModifier
-
links: array
Links
Title:
Links
Read Only:true
REST API canonical and/or collection links for this Singular Resource -
locale(required):
locale
-
owner:
owner
-
pending: boolean
Title:
Pending
Read Only:true
Default Value:false
Indicates whether this article version is scheduled to go live in the future. The value is false for most article versions. -
products: array
Products
Title:
Products
The list of products associated with the article. -
publishDate: string
(date)
Title:
Publish Date
Read Only:true
The date and time when this article version was published. -
published: boolean
Title:
Published
Read Only:true
Default Value:false
Indicates 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 Version
Read Only:true
Maximum Length:50
If 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 Position
A ranking position for click through -
recordId: string
Title:
Record ID
Read Only:true
The 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:
Score
Score is used to sort the resultant articles. The higher the score of an article the more relevant the article is. -
sourceType: string
Title:
Source Type
Source Type is used to identify the document type. -
title: string
Title:
Title
Read Only:true
Maximum Length:4000
The title of the document. -
userGroups: array
User Groups
Title:
User Groups
The 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:
Version
Read Only:true
Maximum Length:50
The version of the article. -
versionId: string
Title:
Version ID
Read Only:true
Maximum Length:64
The 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 State
Read Only:true
The state of a version, possible values are SCHEDULED, LIVE, EXPIRED, DRAFT. -
views: array
Views
Title:
Views
Read Only:true
The 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 Status
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
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 Locale
The source locale used to create the localized version of the document. This field is seen only if the content has a localized version.
array
Categories
-
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 By
Read Only:true
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.
- 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 Type
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.
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:
Creator
Read Only:true
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.
- creator.recordId : The unique identifier of the creator object. For example, to request an article with unique id, submit a call using the URI:
object
Highlighting
The 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 Modifier
Read Only:true
The 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:
array
Links
true
The 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:
Locale
The 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:
Owner
Read Only:true
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.
- owner.recordId : The unique identifier of the owner object. For example, to request an article with unique id, submit a call using the URI:
array
Products
-
Array of:
object CatalogProduct
Documentation for BO mode: CatalogProductBO
array
User Groups
-
Array of:
object UserGroupKeyBO
Documentation for BO mode: UserGroupKeyBO
array
Views
true
-
Array of:
object ViewKeyBO
Documentation for BO mode: ViewKeyBO
-
object
WorkflowStepDataBO
Documentation for BO mode: WorkflowStepDataBO
-
Title:
Workflow Step
Read Only:true
The step of the workflow in which the document version currently exist.
object
-
links: array
Links
Title:
Links
Read Only:true
The collection links related to this resource -
name: string
Title:
Name
Read Only:true
Minimum Length:1
Maximum Length:255
The localized name of the ArticleStatus object. The name field can only be used for sorting. -
recordId: string
Title:
Record Id
The unique identifier of the ArticleStatus object. -
referenceKey: string
Title:
Reference Key
Maximum Length:255
The reference key for the ArticleStatus object. ArticleStatus objects support multiple languages. This field can be used to identify the associated objects for all languages.
array
Links
true
object
Localized 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:
Links
Read Only:true
REST API canonical and/or collection links for this Singular Resource -
localeDesc: string
Title:
Locale Desc
Read Only:true
Maximum Length:100
The description about the language and country that the Locale object represents. -
recordId: string
Title:
Record Id
The unique identifier of the Locale object.
array
Links
true
object
-
categoryId: integer
(int64)
Title:
Category ID
The unique identifier of the category. -
path: string
Title:
Category Hierarchy
Category hierarchy with the delimiter of > -
stripeCd: string
Title:
Stripe code
Stripe code
object
-
canAssignTask: boolean
Title:
Can Assign tasks
Returns whether this user can assign tasks to other users. -
contentTypePrivileges: array
Content Type Privileges
Title:
Content Type Privileges
This field will return list of all contenttype privileges user have -
email: string
Title:
Email
Maximum Length:100
The user's e-mail address -
externalId: integer
(int64)
Title:
External Id
Read Only:true
The 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 user
Additional Properties Allowed: additionalPropertiesThis field will return list of all fucntional privileges user have -
links: array
Links
Title:
Links
Read Only:true
REST API canonical and/or collection links for this Singular Resource -
login: string
Title:
Login
Maximum Length:100
The user's login -
name: string
Title:
Name
Read Only:true
Maximum Length:100
User's full name -
recordId(required): integer
(int64)
Title:
Record Id
Read Only:true
The unique identifier of the user
array
Content Type Privileges
-
Array of:
object CompositeContentTypeBO
Composite of ContentTypeBO and its flattened relation. Keep in mind we can add more stuff down the line
object
Functional Privileges of user
array
Links
true
object
-
compositeWorkflowSteps(required): array
WorkflowSteps Composite BO
Title:
WorkflowSteps Composite BO
WorkflowSteps mapped to this content type and user privileges on that -
contentTypeKeyBO(required):
contentTypeKeyBO
-
hasContentTypeAccess: boolean
Title:
Has Content Type Access
Verifies if ContentTypeBO privileges are valid for user -
listOfPrivilege(required): array
List Of Privilege
Title:
List Of Privilege
List of Privileges for the ContentType
array
WorkflowSteps 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 BO
ContentBO object being created or updated
array
List Of Privilege
object
-
listOfPrivilege(required): array
List Of Privilege
Title:
List Of Privilege
List of Privileges for the WorkflowStep -
WorkflowStepKeyBO(required):
WorkflowStepKeyBO
array
List Of Privilege
-
object
WorkflowStepKeyBO
Documentation for BO mode: WorkflowStepKeyBO
-
Title:
WorkflowStep Key BO
WorkflowStep object being fetched
object
-
links: array
Links
Title:
Links
REST API canonical and/or collection links for this Singular Resource -
name: string
Title:
Name
Maximum Length:255
Localized name of the workflow step -
recordId(required): string
Title:
Record Id
Read Only:true
GUID from the WORKFLOWSTEP table -
referenceKey(required): string
Title:
Reference Key
Minimum Length:1
Maximum Length:100
Non localized name of the workflow step -
workflowId(required): string
Title:
WorkflowRecord Id
Read Only:true
GUID from the WORKFLOW table
array
Links
object
-
description: string
Title:
Description
Maximum Length:255
The 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:
Links
Read Only:true
REST API canonical and/or collection links for this Singular Resource -
name(required): string
Title:
Name
Minimum Length:1
Maximum Length:255
The 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 Id
Read Only:true
The unique identifier of the ContentType object. -
referenceKey(required): string
Title:
Reference Key
Minimum Length:1
Maximum Length:255
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. -
stripeCd(required): string
Title:
Stripe Cd
Maximum Length:30
Lookup code that indicates the stripe code. -
usageCode: string
Title:
Usage Code
Read Only:true
Maximum Length:30
Lookup code that indicates the product usage code. -
workflow:
workflow
array
Links
true
-
object
WorkflowKeyBO
-
Title:
Workflow
The 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:
0
Maximum Length:100
-
workflowVersion: integer
(int32)
object
-
inventoryItemId: integer
(int64)
Title:
Inventory Item ID
The unique identifier of the product. -
organizationId: integer
(int64)
Title:
Organization Id
The organization ID of the product. -
path: string
Title:
Product Hierarchy
Product hierarchy with the delimiter of > -
productGroupId: integer
(int64)
Title:
Product Group Id
The unique identifier of the product group. -
usageCode: string
Title:
Usage code
Usage code
object
-
links: array
Links
Title:
Links
Read Only:true
The collection links related to this resource -
name: string
Title:
Name
Read Only:true
Maximum Length:255
The localized name of the user group. The name field can only be used for sorting. -
recordId: string
Title:
Record Id
The unique identifier from the TAG table that represent a userGroups resource -
referenceKey: string
Title:
Reference Key
Maximum Length:255
The non localized name of the user group -
stripeCd: string
Title:
Stripe CD
Read Only:true
Maximum Length:30
Stripe for UserGroup
array
Links
true
object
-
links: array
Links
Title:
Links
Read Only:true
REST API canonical and/or collection links for this Singular Resource -
name: string
Title:
Name
Maximum Length:255
Localized name of the view -
recordId(required): string
Title:
Record Id
Read Only:true
GUID of the SITE table containing the view definition -
referenceKey(required): string
Title:
Reference Key
Minimum Length:1
Maximum Length:255
Non localized reference key for the view -
stripeCd: string
Title:
Stripe CD
Maximum Length:30
Stripe of a view
array
Links
true
object
-
allowDocumentEditing: boolean
Title:
Allow Document Editing
Flag indicating whether this step allows document editing -
dateAdded(required): string
(date)
Title:
Date Added
Read Only:true
The date and time when this work flow step was added. -
dateModified(required): string
(date)
Title:
Date Modified
Read Only:true
The date and time when this work flow step was last modified. -
defaultStepDurationInMinutes: integer
(int32)
Title:
Default Workflow Step Due date in minutes
Time in minutes that the workflow step task will stay in queue before being consdiered overdue -
links: array
Links
Title:
Links
REST API canonical and/or collection links for this Singular Resource -
name: string
Title:
Name
Maximum Length:255
Localized name of the workflow step -
onlyAssigneeCanAppove: boolean
Title:
Can only assignee approve step
Flag indicating whether this step can only be approved by workflow step task assignee -
recordId(required): string
Title:
Record Id
Read Only:true
GUID from the WORKFLOWSTEP table -
referenceKey(required): string
Title:
Reference Key
Minimum Length:1
Maximum Length:100
Non localized name of the workflow step -
sortOrder: integer
(int32)
Title:
Sort Order
The order of the workflow steps within the workflow -
workflowId(required): string
Title:
WorkflowRecord Id
Read Only:true
GUID from the WORKFLOW table
array
Links