mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
21 lines
218 B
Plaintext
21 lines
218 B
Plaintext
meta {
|
|
name: List subscriptions --
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
get {
|
|
url: {{base_url}}/subscriptions
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
query {
|
|
~sortfield:
|
|
~sortorder:
|
|
~limit:
|
|
~page:
|
|
~sqlfilters:
|
|
~properties:
|
|
}
|