Hello Team,
I need to use this API and cannot figure out using HttpJob
help would be great
Here it is :
GET /databases HTTP/1.1
Host: https://www.cloud.lims.fr/lims/webservices
Authorization: Basic base64CredentialsValue
The answer should be
[
{
"id": "example_backup_002.backup",
"date": "2020-01-01T10:00:00+0000",
"size": 19360
},
{
"id": "example_backup_001.backup",
"date": "2020-01-01T09:00:00+0000",
"size": 19360
}
]
Then
This entry point is used to retrieve the contents of a backup whose ID is set as a parameter /databases/{id}
Like this :
GET /databases/example_backup_002.backup
Host: https://www.cloud.lims.fr/lims/webservices
Authorization: Basic base64CredentialsValue
I need to use this API and cannot figure out using HttpJob
help would be great
Here it is :
GET /databases HTTP/1.1
Host: https://www.cloud.lims.fr/lims/webservices
Authorization: Basic base64CredentialsValue
The answer should be
[
{
"id": "example_backup_002.backup",
"date": "2020-01-01T10:00:00+0000",
"size": 19360
},
{
"id": "example_backup_001.backup",
"date": "2020-01-01T09:00:00+0000",
"size": 19360
}
]
Then
This entry point is used to retrieve the contents of a backup whose ID is set as a parameter /databases/{id}
Like this :
GET /databases/example_backup_002.backup
Host: https://www.cloud.lims.fr/lims/webservices
Authorization: Basic base64CredentialsValue
Last edited: