API

Quality management APIs

GET quality/documents/{qualityDocumentId}

Returns a document. A document is within the realm of QHSES and can be of different types: structured content, quiz, message, file or url.

HTTP method GET
URI https://api.rambase.net/quality/documents/{qualityDocumentId}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {qualityDocumentId} Identifier of the quality document
Integer, minimum 1
Successful HTTP status code 200
API resource identifier 6033, version 39

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.

Format:
1
1

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.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$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
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$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.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.

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. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<QualityDocument>
2
     <QualityDocumentId
QualityDocumentId

Identifier of the quality document

>
{Integer}</QualityDocumentId>
3
     <Status
Status

Status of the document

Possible domain values can be found here

>
{Integer}</Status>
4
     <Title
Title

Title of the document

>
{String}</Title>
5
     <DisplayTitle
DisplayTitle

Title generated according to the system setting.

This field is greyed out because it is an expandable field. You have to add $expand=DisplayTitle in your request URI to get this field

>
{String}</DisplayTitle>
6
     <RevisionDuration
RevisionDuration

Specify the number of years or a specific date for document review. A null or blank value means no limit, while a specific date triggers an immediate revision.

Possible domain values can be found here

>
{Integer}</RevisionDuration>
7
     <Description
Description

Description of document

>
{String}</Description>
8
     <RequiresTraining
RequiresTraining

Determines whether training is required

>
{Boolean}</RequiresTraining>
9
     <CreatedAt
CreatedAt

Automatically generated timestamp field maintained by the execution engine (when a document is created)

>
{Datetime}</CreatedAt>
10
     <UpdatedAt
UpdatedAt

Date and time for when a document was updated

>
{Datetime}</UpdatedAt>
11
     <ArchivedAt
ArchivedAt

Date and time when quality document was archived.

>
{Datetime}</ArchivedAt>
12
     <LastVersion
LastVersion

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
13
          <QualityDocumentVersionId
QualityDocumentVersionId

Quality Document Version identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Integer}</QualityDocumentVersionId>
14
          <Status
Status

Status of quality document version

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Integer}</Status>
15
          <ContentType
ContentType

Document type. Can be quiz, message, file url or structured content

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</ContentType>
16
          <ValidTo
ValidTo

Date until which the quality document version is valid

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Datetime}</ValidTo>
17
          <Version
Version

Number of the latest document version.

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Integer}</Version>
18
          <RequiresNewTraining
RequiresNewTraining

Determines if new training is required

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Boolean}</RequiresNewTraining>
19
          <RequiresNewReading
RequiresNewReading

Determines if new reading is required

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Boolean}</RequiresNewReading>
20
          <ChangeDescription
ChangeDescription

Describing the changes in the document version

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</ChangeDescription>
21
          <SentToVerificationAt
SentToVerificationAt

Date and time when document version was sent to verification

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Datetime}</SentToVerificationAt>
22
          <ApprovedAt
ApprovedAt

Date and time for when document version was approved

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Datetime}</ApprovedAt>
23
          <Author
Author

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
24
               <EmployeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Integer}</EmployeeId>
25
               <FirstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</FirstName>
26
               <LastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</LastName>
27
               <EmployeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</EmployeeLink>
28
          </Author>
29
          <AuthorSuccessor
AuthorSuccessor

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
30
               <EmployeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Integer}</EmployeeId>
31
               <FirstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</FirstName>
32
               <LastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</LastName>
33
               <EmployeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</EmployeeLink>
34
          </AuthorSuccessor>
35
          <Verifier
Verifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
36
               <EmployeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Integer}</EmployeeId>
37
               <LastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</LastName>
38
               <FirstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</FirstName>
39
               <EmployeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</EmployeeLink>
40
          </Verifier>
41
          <VerifierSuccessor
VerifierSuccessor

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
42
               <EmployeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Integer}</EmployeeId>
43
               <LastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</LastName>
44
               <FirstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</FirstName>
45
               <EmployeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</EmployeeLink>
46
          </VerifierSuccessor>
47
          <Approver
Approver

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
48
               <EmployeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Integer}</EmployeeId>
49
               <LastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</LastName>
50
               <FirstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</FirstName>
51
               <EmployeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</EmployeeLink>
52
          </Approver>
53
          <ApproverSuccessor
ApproverSuccessor

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
54
               <EmployeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{Integer}</EmployeeId>
55
               <LastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</LastName>
56
               <FirstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</FirstName>
57
               <EmployeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</EmployeeLink>
58
          </ApproverSuccessor>
59
          <QualityDocumentVersionLink
QualityDocumentVersionLink

API reference to the item

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

>
{String}</QualityDocumentVersionLink>
60
     </LastVersion>
61
     <LastApprovedVersion
LastApprovedVersion

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

>
62
          <QualityDocumentVersionId
QualityDocumentVersionId

Quality Document Version identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

>
{Integer}</QualityDocumentVersionId>
63
          <ContentType
ContentType

Document type. Can be quiz, message, file url or structured content

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

>
{String}</ContentType>
64
          <ApprovedAt
ApprovedAt

Date and time for when document version was approved

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

>
{Datetime}</ApprovedAt>
65
          <ValidTo
ValidTo

Date until which the quality document version is valid

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

>
{Datetime}</ValidTo>
66
          <Version
Version

Number of the latest document version.

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

>
{Integer}</Version>
67
          <SentToVerificationAt
SentToVerificationAt

Date and time when document version was sent to verification

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

>
{Datetime}</SentToVerificationAt>
68
          <QualityDocumentVersionLink
QualityDocumentVersionLink

API reference to the item

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

>
{String}</QualityDocumentVersionLink>
69
     </LastApprovedVersion>
70
     <LastSignificantVersion
LastSignificantVersion

This field is greyed out because it is an expandable field. You have to add $expand=LastSignificantVersion in your request URI to get this field

>
71
          <QualityDocumentVersionId
QualityDocumentVersionId

Quality Document Version identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastSignificantVersion in your request URI to get this field

>
{Integer}</QualityDocumentVersionId>
72
          <QualityDocumentVersionLink
QualityDocumentVersionLink

API reference to the item

This field is greyed out because it is an expandable field. You have to add $expand=LastSignificantVersion in your request URI to get this field

>
{String}</QualityDocumentVersionLink>
73
     </LastSignificantVersion>
74
     <Folder
Folder

This field is greyed out because it is an expandable field. You have to add $expand=Folder in your request URI to get this field

>
75
          <FolderId
FolderId

Folder identifier

This field is greyed out because it is an expandable field. You have to add $expand=Folder in your request URI to get this field

>
{Integer}</FolderId>
76
          <Name
Name

Verbose folder text in english.

This field is greyed out because it is an expandable field. You have to add $expand=Folder in your request URI to get this field

>
{String}</Name>
77
          <FolderLink
FolderLink

Company folder id

This field is greyed out because it is an expandable field. You have to add $expand=Folder in your request URI to get this field

>
{String}</FolderLink>
78
     </Folder>
79
     <CreatedBy
CreatedBy

This field is greyed out because it is an expandable field. You have to add $expand=CreatedBy in your request URI to get this field

>
80
          <EmployeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=CreatedBy in your request URI to get this field

>
{Integer}</EmployeeId>
81
          <FirstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=CreatedBy in your request URI to get this field

>
{String}</FirstName>
82
          <LastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=CreatedBy in your request URI to get this field

>
{String}</LastName>
83
          <EmployeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=CreatedBy in your request URI to get this field

>
{String}</EmployeeLink>
84
     </CreatedBy>
85
     <ArchivedBy
ArchivedBy

This field is greyed out because it is an expandable field. You have to add $expand=ArchivedBy in your request URI to get this field

>
86
          <EmployeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=ArchivedBy in your request URI to get this field

>
{Integer}</EmployeeId>
87
          <FirstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=ArchivedBy in your request URI to get this field

>
{String}</FirstName>
88
          <LastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=ArchivedBy in your request URI to get this field

>
{String}</LastName>
89
          <EmployeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=ArchivedBy in your request URI to get this field

>
{String}</EmployeeLink>
90
     </ArchivedBy>
91
</QualityDocument>
1
{
2
     "qualityDocument": {
3
          "qualityDocumentId
QualityDocumentId

Identifier of the quality document

":
"{Integer}",
4
          "status
Status

Status of the document

Possible domain values can be found here

":
"{Integer}",
5
          "title
Title

Title of the document

":
"{String}",
6
          "displayTitle
DisplayTitle

Title generated according to the system setting.

This field is greyed out because it is an expandable field. You have to add $expand=DisplayTitle in your request URI to get this field

":
"{String}",
7
          "revisionDuration
RevisionDuration

Specify the number of years or a specific date for document review. A null or blank value means no limit, while a specific date triggers an immediate revision.

Possible domain values can be found here

":
"{Integer}",
8
          "description
Description

Description of document

":
"{String}",
9
          "requiresTraining
RequiresTraining

Determines whether training is required

":
"{Boolean}",
10
          "createdAt
CreatedAt

Automatically generated timestamp field maintained by the execution engine (when a document is created)

":
"{Datetime}",
11
          "updatedAt
UpdatedAt

Date and time for when a document was updated

":
"{Datetime}",
12
          "archivedAt
ArchivedAt

Date and time when quality document was archived.

":
"{Datetime}",
13
          "lastVersion
LastVersion

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
{
14
               "qualityDocumentVersionId
QualityDocumentVersionId

Quality Document Version identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Integer}",
15
               "status
Status

Status of quality document version

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Integer}",
16
               "contentType
ContentType

Document type. Can be quiz, message, file url or structured content

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
17
               "validTo
ValidTo

Date until which the quality document version is valid

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Datetime}",
18
               "version
Version

Number of the latest document version.

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Integer}",
19
               "requiresNewTraining
RequiresNewTraining

Determines if new training is required

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Boolean}",
20
               "requiresNewReading
RequiresNewReading

Determines if new reading is required

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Boolean}",
21
               "changeDescription
ChangeDescription

Describing the changes in the document version

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
22
               "sentToVerificationAt
SentToVerificationAt

Date and time when document version was sent to verification

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Datetime}",
23
               "approvedAt
ApprovedAt

Date and time for when document version was approved

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Datetime}",
24
               "author
Author

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
{
25
                    "employeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Integer}",
26
                    "firstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
27
                    "lastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
28
                    "employeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}"
29
               },
30
               "authorSuccessor
AuthorSuccessor

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
{
31
                    "employeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Integer}",
32
                    "firstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
33
                    "lastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
34
                    "employeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}"
35
               },
36
               "verifier
Verifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
{
37
                    "employeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Integer}",
38
                    "lastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
39
                    "firstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
40
                    "employeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}"
41
               },
42
               "verifierSuccessor
VerifierSuccessor

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
{
43
                    "employeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Integer}",
44
                    "lastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
45
                    "firstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
46
                    "employeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}"
47
               },
48
               "approver
Approver

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
{
49
                    "employeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Integer}",
50
                    "lastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
51
                    "firstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
52
                    "employeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}"
53
               },
54
               "approverSuccessor
ApproverSuccessor

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
{
55
                    "employeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{Integer}",
56
                    "lastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
57
                    "firstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}",
58
                    "employeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}"
59
               },
60
               "qualityDocumentVersionLink
QualityDocumentVersionLink

API reference to the item

This field is greyed out because it is an expandable field. You have to add $expand=LastVersion in your request URI to get this field

":
"{String}"
61
          },
62
          "lastApprovedVersion
LastApprovedVersion

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

":
{
63
               "qualityDocumentVersionId
QualityDocumentVersionId

Quality Document Version identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

":
"{Integer}",
64
               "contentType
ContentType

Document type. Can be quiz, message, file url or structured content

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

":
"{String}",
65
               "approvedAt
ApprovedAt

Date and time for when document version was approved

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

":
"{Datetime}",
66
               "validTo
ValidTo

Date until which the quality document version is valid

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

":
"{Datetime}",
67
               "version
Version

Number of the latest document version.

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

":
"{Integer}",
68
               "sentToVerificationAt
SentToVerificationAt

Date and time when document version was sent to verification

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

":
"{Datetime}",
69
               "qualityDocumentVersionLink
QualityDocumentVersionLink

API reference to the item

This field is greyed out because it is an expandable field. You have to add $expand=LastApprovedVersion in your request URI to get this field

":
"{String}"
70
          },
71
          "lastSignificantVersion
LastSignificantVersion

This field is greyed out because it is an expandable field. You have to add $expand=LastSignificantVersion in your request URI to get this field

":
{
72
               "qualityDocumentVersionId
QualityDocumentVersionId

Quality Document Version identifier

This field is greyed out because it is an expandable field. You have to add $expand=LastSignificantVersion in your request URI to get this field

":
"{Integer}",
73
               "qualityDocumentVersionLink
QualityDocumentVersionLink

API reference to the item

This field is greyed out because it is an expandable field. You have to add $expand=LastSignificantVersion in your request URI to get this field

":
"{String}"
74
          },
75
          "folder
Folder

This field is greyed out because it is an expandable field. You have to add $expand=Folder in your request URI to get this field

":
{
76
               "folderId
FolderId

Folder identifier

This field is greyed out because it is an expandable field. You have to add $expand=Folder in your request URI to get this field

":
"{Integer}",
77
               "name
Name

Verbose folder text in english.

This field is greyed out because it is an expandable field. You have to add $expand=Folder in your request URI to get this field

":
"{String}",
78
               "folderLink
FolderLink

Company folder id

This field is greyed out because it is an expandable field. You have to add $expand=Folder in your request URI to get this field

":
"{String}"
79
          },
80
          "createdBy
CreatedBy

This field is greyed out because it is an expandable field. You have to add $expand=CreatedBy in your request URI to get this field

":
{
81
               "employeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=CreatedBy in your request URI to get this field

":
"{Integer}",
82
               "firstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=CreatedBy in your request URI to get this field

":
"{String}",
83
               "lastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=CreatedBy in your request URI to get this field

":
"{String}",
84
               "employeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=CreatedBy in your request URI to get this field

":
"{String}"
85
          },
86
          "archivedBy
ArchivedBy

This field is greyed out because it is an expandable field. You have to add $expand=ArchivedBy in your request URI to get this field

":
{
87
               "employeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=ArchivedBy in your request URI to get this field

":
"{Integer}",
88
               "firstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=ArchivedBy in your request URI to get this field

":
"{String}",
89
               "lastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=ArchivedBy in your request URI to get this field

":
"{String}",
90
               "employeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=ArchivedBy in your request URI to get this field

":
"{String}"
91
          }
92
     }
93
}

Possible error codes the response might return: