For the complete documentation index, see llms.txt. This page is also available as Markdown.

Onlinelink

Online link to MyRopo Job page

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
billnumstringRequired

Billnumber of the job

Responses
200

successful operation

application/json

OnlineLinkResponse

urlstringOptionalExample: https://myropo.fi/#/job/5f5b4b4b-7b7b-4b4b-7b7b-5f5b4b4b7b7b
get/online/onlinelink
GET /rest/online/onlinelink?billnum=text HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "url": "https://myropo.fi/#/job/5f5b4b4b-7b7b-4b4b-7b7b-5f5b4b4b7b7b"
}

Last updated

Was this helpful?