API

System APIs

GET system/jobs/output-jobs/{outputJobId}

Output job details for provided identifier

HTTP method GET
URI https://api.rambase.net/system/jobs/output-jobs/{outputJobId}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {outputJobId} Output job identifier
Integer, minimum 100000
Successful HTTP status code 200
API resource identifier 570, version 20

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
<OutputJob>
2
     <OutputJobId
OutputJobId

Output job identifier

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

Status of output job

Possible domain values can be found here

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

Status of external process

Possible domain values can be found here

>
{Integer}</ExternalProcessStatus>
5
     <OutputType
OutputType

Type of output

Possible domain values can be found here

>
{String}</OutputType>
6
     <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
7
     <StartedAt
StartedAt

Date and time the output job started

>
{Datetime}</StartedAt>
8
     <FinishedAt
FinishedAt

Date and time the output job finished

>
{Datetime}</FinishedAt>
9
     <Message
Message

Message for the output job. Typically an error message. Always specified if external process has failed.

>
{String}</Message>
10
     <OutputEmail
OutputEmail

The recepient email address

>
{String}</OutputEmail>
11
     <Note
Note

Information written to the output job during processing

>
{String}</Note>
12
     <OutputPrinter
OutputPrinter

The name of the printer used

>
13
          <PrinterId
PrinterId

Identifier of the printer

>
{Integer}</PrinterId>
14
          <Name
Name

Name of the printer

>
{String}</Name>
15
     </OutputPrinter>
16
     <PrintConnector
PrintConnector

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

>
17
          <PrintConnectorId
PrintConnectorId

Print connector identifier

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

>
{Integer}</PrintConnectorId>
18
          <Name
Name

Readable name of the print connector

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

>
{String}</Name>
19
          <PrintConnectorLink
PrintConnectorLink

Reference to the print connector

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

>
{String}</PrintConnectorLink>
20
     </PrintConnector>
21
     <OutputDesign
OutputDesign

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

>
22
          <OutputDesignId
OutputDesignId

Output design identifier

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

>
{Integer}</OutputDesignId>
23
          <Name
Name

Name of the output design

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

>
{String}</Name>
24
          <OutputDesignLink
OutputDesignLink

Output design reference

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

>
{String}</OutputDesignLink>
25
     </OutputDesign>
26
     <OutputObjectDefinition>
27
          <OutputObjectDefinitionId
OutputObjectDefinitionId

Output object definition identifier

>
{Integer}</OutputObjectDefinitionId>
28
          <OutputObjectDefinitionLink
OutputObjectDefinitionLink

Output object definition reference

>
{String}</OutputObjectDefinitionLink>
29
     </OutputObjectDefinition>
30
     <ForwardedFrom
ForwardedFrom

Where the output job was forwarded from

>
31
          <OutputJobId
OutputJobId

Output job identifier

>
{Integer}</OutputJobId>
32
          <OutputJobLink
OutputJobLink

Output job reference

>
{String}</OutputJobLink>
33
     </ForwardedFrom>
34
     <ForwardedTo
ForwardedTo

Where the output job was forwarded to

>
35
          <OutputJobId
OutputJobId

Output job identifier

>
{Integer}</OutputJobId>
36
          <OutputJobLink
OutputJobLink

Output job reference

>
{String}</OutputJobLink>
37
     </ForwardedTo>
38
     <SystemJobDefinition>
39
          <SystemJobDefinitionId
SystemJobDefinitionId

System job definition reference

>
{Integer}</SystemJobDefinitionId>
40
          <Severity
Severity

Severity/impact of the job

Possible domain values can be found here

>
{String}</Severity>
41
          <Name
Name

Name of system job definition

>
{String}</Name>
42
          <SystemJobDefinitionLink
SystemJobDefinitionLink

System job definition reference

>
{String}</SystemJobDefinitionLink>
43
     </SystemJobDefinition>
44
     <RamBaseServer>
45
          <RamBaseServerId
RamBaseServerId

RamBase server reference

>
{Integer}</RamBaseServerId>
46
          <Description
Description

Description of RamBase server

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

>
{String}</Description>
47
          <RamBaseServerLink
RamBaseServerLink

RamBase server reference

>
{String}</RamBaseServerLink>
48
     </RamBaseServer>
49
     <OutputFile
OutputFile

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

>
50
          <FileVersionId
FileVersionId

File identifier

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

>
{Integer}</FileVersionId>
51
          <Filename
Filename

Filename to display for the file version. Will be used when downloading the file.

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

>
{String}</Filename>
52
          <FileExtension
FileExtension

Extension of the file (ex. jpg)

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

>
{String}</FileExtension>
53
          <Database
Database

Database of the object

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

>
{String}</Database>
54
          <FileVersionLink
FileVersionLink

File reference

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

>
{String}</FileVersionLink>
55
     </OutputFile>
56
     <CreatedBy>
57
          <UserId
UserId

User identifier

>
{Integer}</UserId>
58
          <Name
Name

Name of the user

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

>
{String}</Name>
59
          <FirstName
FirstName

First name of the user

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

>
{String}</FirstName>
60
          <UserLink
UserLink

User reference

>
{String}</UserLink>
61
     </CreatedBy>
62
     <CreatedFor>
63
          <Database
Database

Database of the object

>
{String}</Database>
64
          <ObjectId
ObjectId

Identifier of the object

>
{Integer}</ObjectId>
65
          <ObjectType
ObjectType

Type of object

>
{String}</ObjectType>
66
          <ObjectLink
ObjectLink

Identifier of the object

>
{String}</ObjectLink>
67
          <ItemId
ItemId

Item-number of the object

>
{Integer}</ItemId>
68
          <ItemType
ItemType

Type of item

>
{String}</ItemType>
69
          <ItemLink
ItemLink

API reference to the item

>
{String}</ItemLink>
70
          <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
71
     </CreatedFor>
72
</OutputJob>
1
{
2
     "outputJob": {
3
          "outputJobId
OutputJobId

Output job identifier

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

Status of output job

Possible domain values can be found here

":
"{Integer}",
5
          "externalProcessStatus
ExternalProcessStatus

Status of external process

Possible domain values can be found here

":
"{Integer}",
6
          "outputType
OutputType

Type of output

Possible domain values can be found here

":
"{String}",
7
          "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
8
          "startedAt
StartedAt

Date and time the output job started

":
"{Datetime}",
9
          "finishedAt
FinishedAt

Date and time the output job finished

":
"{Datetime}",
10
          "message
Message

Message for the output job. Typically an error message. Always specified if external process has failed.

":
"{String}",
11
          "outputEmail
OutputEmail

The recepient email address

":
"{String}",
12
          "note
Note

Information written to the output job during processing

":
"{String}",
13
          "outputPrinter
OutputPrinter

The name of the printer used

":
{
14
               "printerId
PrinterId

Identifier of the printer

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

Name of the printer

":
"{String}"
16
          },
17
          "printConnector
PrintConnector

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

":
{
18
               "printConnectorId
PrintConnectorId

Print connector identifier

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

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

Readable name of the print connector

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

":
"{String}",
20
               "printConnectorLink
PrintConnectorLink

Reference to the print connector

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

":
"{String}"
21
          },
22
          "outputDesign
OutputDesign

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

":
{
23
               "outputDesignId
OutputDesignId

Output design identifier

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

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

Name of the output design

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

":
"{String}",
25
               "outputDesignLink
OutputDesignLink

Output design reference

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

":
"{String}"
26
          },
27
          "outputObjectDefinition": {
28
               "outputObjectDefinitionId
OutputObjectDefinitionId

Output object definition identifier

":
"{Integer}",
29
               "outputObjectDefinitionLink
OutputObjectDefinitionLink

Output object definition reference

":
"{String}"
30
          },
31
          "forwardedFrom
ForwardedFrom

Where the output job was forwarded from

":
{
32
               "outputJobId
OutputJobId

Output job identifier

":
"{Integer}",
33
               "outputJobLink
OutputJobLink

Output job reference

":
"{String}"
34
          },
35
          "forwardedTo
ForwardedTo

Where the output job was forwarded to

":
{
36
               "outputJobId
OutputJobId

Output job identifier

":
"{Integer}",
37
               "outputJobLink
OutputJobLink

Output job reference

":
"{String}"
38
          },
39
          "systemJobDefinition": {
40
               "systemJobDefinitionId
SystemJobDefinitionId

System job definition reference

":
"{Integer}",
41
               "severity
Severity

Severity/impact of the job

Possible domain values can be found here

":
"{String}",
42
               "name
Name

Name of system job definition

":
"{String}",
43
               "systemJobDefinitionLink
SystemJobDefinitionLink

System job definition reference

":
"{String}"
44
          },
45
          "ramBaseServer": {
46
               "ramBaseServerId
RamBaseServerId

RamBase server reference

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

Description of RamBase server

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

":
"{String}",
48
               "ramBaseServerLink
RamBaseServerLink

RamBase server reference

":
"{String}"
49
          },
50
          "outputFile
OutputFile

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

":
{
51
               "fileVersionId
FileVersionId

File identifier

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

":
"{Integer}",
52
               "filename
Filename

Filename to display for the file version. Will be used when downloading the file.

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

":
"{String}",
53
               "fileExtension
FileExtension

Extension of the file (ex. jpg)

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

":
"{String}",
54
               "database
Database

Database of the object

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

":
"{String}",
55
               "fileVersionLink
FileVersionLink

File reference

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

":
"{String}"
56
          },
57
          "createdBy": {
58
               "userId
UserId

User identifier

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

Name of the user

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

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

First name of the user

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

":
"{String}",
61
               "userLink
UserLink

User reference

":
"{String}"
62
          },
63
          "createdFor": {
64
               "database
Database

Database of the object

":
"{String}",
65
               "objectId
ObjectId

Identifier of the object

":
"{Integer}",
66
               "objectType
ObjectType

Type of object

":
"{String}",
67
               "objectLink
ObjectLink

Identifier of the object

":
"{String}",
68
               "itemId
ItemId

Item-number of the object

":
"{Integer}",
69
               "itemType
ItemType

Type of item

":
"{String}",
70
               "itemLink
ItemLink

API reference to the item

":
"{String}",
71
               "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

":
"{String}"
72
          }
73
     }
74
}

Possible error codes the response might return:

Error 103580 HTTP 404 Setting definition not found
Error 102018 HTTP 403 You need permission {0}. Duties with this permission: {1}