API

Human resource APIs

GET human-resources/self-certifications/{selfCertificationId}

Self certification details for the provided identifier

HTTP method GET
URI https://api.rambase.net/human-resources/self-certifications/{selfCertificationId}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {selfCertificationId} Self certificate identifier
Integer, minimum 100000
Successful HTTP status code 200
API resource identifier 1777, version 12

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.

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
<SelfCertification>
2
     <SelfCertificationId
SelfCertificationId

Self certificate identifier

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

Status of self certificate

Possible domain values can be found here

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

Date and time of creation

>
{Datetime}</CreatedAt>
5
     <SignedDate
SignedDate

Date of signing

>
{Date}</SignedDate>
6
     <Period>
7
          <StartedAt
StartedAt

The date and time the self certification period started at

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

The last date and time of the self certification period

>
{Datetime}</EndedAt>
9
     </Period>
10
     <Employee>
11
          <EmployeeId
EmployeeId

Employee identifier

>
{Integer}</EmployeeId>
12
          <EmployeeLink
EmployeeLink

Employee reference

>
{String}</EmployeeLink>
13
     </Employee>
14
     <TimeType>
15
          <TimeTypeId
TimeTypeId

Time type identifier

>
{Integer}</TimeTypeId>
16
          <Category
Category

Category of the time type

Possible domain values can be found here

>
{Integer}</Category>
17
          <Description
Description

Description of the time type

>
{String}</Description>
18
          <TimeTypeLink
TimeTypeLink

Reference to the time type

>
{String}</TimeTypeLink>
19
     </TimeType>
20
     <WorkplaceConditions>
21
          <CausedByWorkplace
CausedByWorkplace

Caused by conditions at the work place

Possible domain values can be found here

>
{String}</CausedByWorkplace>
22
          <PossibleProblems
PossibleProblems

Description of workplace conditions that might have caused this self certification. Required if it is caused by workplace .

>
{String}</PossibleProblems>
23
          <SuggestedMeasures
SuggestedMeasures

Description of possible measures at your workplace to prevent future sick leaves. Remedies, organization, work tasks, working hours and so on. Required if sick leave is caused by workplace.

>
{String}</SuggestedMeasures>
24
          <Actions
Actions

Filled out when absence is caused by workplace. Explains what actions the employer has done to improve conditions.

>
{String}</Actions>
25
     </WorkplaceConditions>
26
     <SickChild
SickChild

If the self-certified sick leave is related to your child, name and birth year of ill child is required. This is because you are only allowed to self-certify sick leave if the child is less than 12 years old

>
27
          <Name
Name

Name of child. Required if the self-certified sick leave is related to your child.

>
{String}</Name>
28
          <BirthDate
BirthDate

Birth year of child. Required if the self-certified sick leave is related to your child.

>
{Date}</BirthDate>
29
     </SickChild>
30
</SelfCertification>
1
{
2
     "selfCertification": {
3
          "selfCertificationId
SelfCertificationId

Self certificate identifier

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

Status of self certificate

Possible domain values can be found here

":
"{Integer}",
5
          "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
6
          "signedDate
SignedDate

Date of signing

":
"{Date}",
7
          "period": {
8
               "startedAt
StartedAt

The date and time the self certification period started at

":
"{Datetime}",
9
               "endedAt
EndedAt

The last date and time of the self certification period

":
"{Datetime}"
10
          },
11
          "employee": {
12
               "employeeId
EmployeeId

Employee identifier

":
"{Integer}",
13
               "employeeLink
EmployeeLink

Employee reference

":
"{String}"
14
          },
15
          "timeType": {
16
               "timeTypeId
TimeTypeId

Time type identifier

":
"{Integer}",
17
               "category
Category

Category of the time type

Possible domain values can be found here

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

Description of the time type

":
"{String}",
19
               "timeTypeLink
TimeTypeLink

Reference to the time type

":
"{String}"
20
          },
21
          "workplaceConditions": {
22
               "causedByWorkplace
CausedByWorkplace

Caused by conditions at the work place

Possible domain values can be found here

":
"{String}",
23
               "possibleProblems
PossibleProblems

Description of workplace conditions that might have caused this self certification. Required if it is caused by workplace .

":
"{String}",
24
               "suggestedMeasures
SuggestedMeasures

Description of possible measures at your workplace to prevent future sick leaves. Remedies, organization, work tasks, working hours and so on. Required if sick leave is caused by workplace.

":
"{String}",
25
               "actions
Actions

Filled out when absence is caused by workplace. Explains what actions the employer has done to improve conditions.

":
"{String}"
26
          },
27
          "sickChild
SickChild

If the self-certified sick leave is related to your child, name and birth year of ill child is required. This is because you are only allowed to self-certify sick leave if the child is less than 12 years old

":
{
28
               "name
Name

Name of child. Required if the self-certified sick leave is related to your child.

":
"{String}",
29
               "birthDate
BirthDate

Birth year of child. Required if the self-certified sick leave is related to your child.

":
"{Date}"
30
          }
31
     }
32
}

Possible error codes the response might return:

Error 100136 HTTP 404 Settings and Configuration Values (SCV) with these parameters not found