mirror of
https://github.com/emo2007/block-accounting.git
synced 2025-04-12 08:56:28 +00:00
readme updated
This commit is contained in:
parent
7806e2f677
commit
ee851fe563
@ -155,9 +155,19 @@ curl --location --request GET 'http://localhost:8081/organizations' \
|
|||||||
Response:
|
Response:
|
||||||
``` json
|
``` json
|
||||||
{
|
{
|
||||||
{
|
"_type": "organizations",
|
||||||
|
"_links": {
|
||||||
|
"self": {
|
||||||
|
"href": "/organizations"
|
||||||
|
}
|
||||||
|
},
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
|
"_links": {
|
||||||
|
"self": {
|
||||||
|
"href": "/organizations/018f6e77-ebcc-7547-bc84-2556fbf12300"
|
||||||
|
}
|
||||||
|
},
|
||||||
"id": "018f6e77-ebcc-7547-bc84-2556fbf12300",
|
"id": "018f6e77-ebcc-7547-bc84-2556fbf12300",
|
||||||
"name": "The Drain Gang Inc 6",
|
"name": "The Drain Gang Inc 6",
|
||||||
"address": "1",
|
"address": "1",
|
||||||
@ -165,6 +175,11 @@ Response:
|
|||||||
"updated_at": 1715556104012
|
"updated_at": 1715556104012
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"_links": {
|
||||||
|
"self": {
|
||||||
|
"href": "/organizations/018f6e77-f5f5-7bcb-b98f-9966e7a8b706"
|
||||||
|
}
|
||||||
|
},
|
||||||
"id": "018f6e77-f5f5-7bcb-b98f-9966e7a8b706",
|
"id": "018f6e77-f5f5-7bcb-b98f-9966e7a8b706",
|
||||||
"name": "The Drain Gang Inc 7",
|
"name": "The Drain Gang Inc 7",
|
||||||
"address": "1",
|
"address": "1",
|
||||||
@ -172,6 +187,11 @@ Response:
|
|||||||
"updated_at": 1715556106613
|
"updated_at": 1715556106613
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"_links": {
|
||||||
|
"self": {
|
||||||
|
"href": "/organizations/018f6e78-0029-7913-9016-d0793c378c42"
|
||||||
|
}
|
||||||
|
},
|
||||||
"id": "018f6e78-0029-7913-9016-d0793c378c42",
|
"id": "018f6e78-0029-7913-9016-d0793c378c42",
|
||||||
"name": "The Drain Gang Inc 8",
|
"name": "The Drain Gang Inc 8",
|
||||||
"address": "1",
|
"address": "1",
|
||||||
@ -179,6 +199,11 @@ Response:
|
|||||||
"updated_at": 1715556109225
|
"updated_at": 1715556109225
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"_links": {
|
||||||
|
"self": {
|
||||||
|
"href": "/organizations/018f6e7e-9f41-7d7b-8d95-f9be832c09c1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"id": "018f6e7e-9f41-7d7b-8d95-f9be832c09c1",
|
"id": "018f6e7e-9f41-7d7b-8d95-f9be832c09c1",
|
||||||
"name": "The Drain Gang Inc 9",
|
"name": "The Drain Gang Inc 9",
|
||||||
"address": "1",
|
"address": "1",
|
||||||
@ -190,5 +215,4 @@ Response:
|
|||||||
"total_items": 4
|
"total_items": 4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user