Last updated
Was this helpful?
Was this helpful?
GET /public/v1/accounts/modules HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"data": [
{
"id": "MOD-1234",
"revision": 1,
"name": "Invoices",
"description": "Invoices module",
"accountTypes": [
"vendor",
"client",
"operations"
],
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": false
},
"filters": {
"group.buyers": [
"selected",
"all"
]
}
}
],
"$meta": {
"pagination": {
"offset": 0,
"limit": 10,
"total": 1
}
}
}