Active
GET
/AH/API/v1/agreements/list/active
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string {{Username}}:{{Password}}Example:
Authorization: Basic *****************
Body Params application/x-www-form-urlencoded
object {0}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.qnovalive.se/AH/API/v1/agreements/list/active' \
--header 'Authorization: Basic Og=='
Responses
🟢200Success
application/json
Body
Agreements
array [object {20}]
required
Status
string
optional
Example:
Giltig
Avtalstyp
string
optional
Example:
Leverantör
Namn på avtal
string
optional
Example:
Företaget AB
Avtalsperiod
string
optional
Example:
Tidsbegränsat med automatisk förnyelse
Avtalsansvarig
string
optional
Example:
Fredrik Norling
Medansvariga
string
optional
Example:
Editors_xxx
Läsare
string
optional
Example:
Säljgruppen_xxx
Skapat av
string
optional
Example:
Fredrik Norling
Skapat Datum
string
optional
Example:
2024-01-30
Huvudkategori
string
optional
Example:
Avtal
Giltig fr.o.m
string
optional
Example:
2024-01-01
Giltig t.o.m
string
optional
Example:
2024-04-30
Sista möjliga uppsägningsdatum
string
optional
Example:
2024-03-01
Avtalsid
string
optional
Example:
F80B5E5E74F4639DC12584CC00413F4F
Referensnummer
string
optional
Example:
SSRV-AJQFXF
Påminnelsedatum
string
optional
Example:
2024-02-15
Påminnelse
string
optional
Example:
Upprepande påminnelser
Påminnelse antal
integer
optional
Example:
3
Påminnelse typ
string
optional
Example:
Månad
Påminnelse epostmall
string
optional
Example:
Inform
Example
{
"Agreements": [
{
"Status": "Giltig",
"Avtalstyp": "Leverantör",
"Namn på avtal": "Företaget AB",
"Avtalsperiod": "Tidsbegränsat med automatisk förnyelse",
"Avtalsansvarig": "Fredrik Norling",
"Medansvariga": "Editors_xxx",
"Läsare": "Säljgruppen_xxx",
"Skapat av": "Fredrik Norling",
"Skapat Datum": "2024-01-30",
"Huvudkategori": "Avtal",
"Giltig fr.o.m": "2024-01-01",
"Giltig t.o.m": "2024-04-30",
"Sista möjliga uppsägningsdatum": "2024-03-01",
"Avtalsid": "F80B5E5E74F4639DC12584CC00413F4F",
"Referensnummer": "SSRV-AJQFXF",
"Påminnelsedatum": "2024-02-15",
"Påminnelse": "Upprepande påminnelser",
"Påminnelse antal": 3,
"Påminnelse typ": "Månad",
"Påminnelse epostmall": "Inform"
}
]
}
Modified at 2024-02-14 08:54:01