Changes
Page history
Update WPCT REST CE Landing API
authored
Mar 01, 2023
by
Pau Pulido
Show whitespace changes
Inline
Side-by-side
WPCT-REST-CE-Landing-API.md
View page @
7274d44a
### **Connexió Odoo -> Wordpress. Què necessita la REST API de Wordpress per fer les següents accions desde Odoo:**
#### GET: https://somcomunitats.coop/wp-json/wp/v2/ce_community
/
#### GET: https://somcomunitats.coop/wp-json/wp/v2/
rest_
ce_community
Retorna la informació de tots els posts de les comunitats energètiques. Si afegim l'ID de la comunitat com a paràmetre, https://somcomunitats.coop/wp-json/wp/v2/ce_community/1382, rebrem com a resposta la següent informació:
```
json
{
"id"
:
1
382
,
"date"
:
"202
2-10-25T08:59:41
"
,
"date_gmt"
:
"202
2-10-25T08:59:41
"
,
"id"
:
1
709
,
"date"
:
"202
3-01-05T12:08:34
"
,
"date_gmt"
:
"202
3-01-05T12:08:34
"
,
"guid"
:{
"rendered"
:
"https:
\/\/
somcomunitats.coop
\/
?post_type=ce_community&p=1
382
"
"rendered"
:
"https:
\/\/
somcomunitats.coop
\/
?post_type=
rest_
ce_community&p=1
709
"
},
"modified"
:
"202
2-11
-0
7
T1
1:22:15
"
,
"modified_gmt"
:
"202
2-11
-0
7
T1
1:22:15
"
,
"slug"
:
"comunitat-
energetica-de-medion
a"
,
"modified"
:
"202
3-03
-0
1
T1
2:18:21
"
,
"modified_gmt"
:
"202
3-03
-0
1
T1
2:18:21
"
,
"slug"
:
"comunitat-
rest-de-prov
a"
,
"status"
:
"publish"
,
"type"
:
"ce_community"
,
"link"
:
"https:
\/\/
somcomunitats.coop
\/
ce
\/
comunitat-
energetica-de-medion
a
\/
"
,
"type"
:
"
rest_
ce_community"
,
"link"
:
"https:
\/\/
somcomunitats.coop
\/
rest-
ce
\/
comunitat-
rest-de-prov
a
\/
"
,
"title"
:{
"rendered"
:
"Comunitat
Energ
\u
00e8tica de Medion
a"
"rendered"
:
"Comunitat
REST de prov
a"
},
"content"
:{},
"author"
:
1
,
"content"
:{
"rendered"
:
""
,
"protected"
:
false
},
"author"
:
5
,
"comment_status"
:
"open"
,
"ping_status"
:
"closed"
,
"template"
:
""
,
"odoo_company_id"
:
"5"
,
"_links"
:{
"self"
:[
{}
{
"href"
:
"https:
\/\/
somcomunitats.coop
\/
wp-json
\/
wp
\/
v2
\/
rest_ce_community
\/
1709"
}
],
"collection"
:[
{}
{
"href"
:
"https:
\/\/
somcomunitats.coop
\/
wp-json
\/
wp
\/
v2
\/
rest_ce_community"
}
],
"about"
:[
{}
{
"href"
:
"https:
\/\/
somcomunitats.coop
\/
wp-json
\/
wp
\/
v2
\/
types
\/
rest_ce_community"
}
],
"author"
:[
{}
{
"embeddable"
:
true
,
"href"
:
"https:
\/\/
somcomunitats.coop
\/
wp-json
\/
wp
\/
v2
\/
users
\/
5"
}
],
"replies"
:[
{}
{
"embeddable"
:
true
,
"href"
:
"https:
\/\/
somcomunitats.coop
\/
wp-json
\/
wp
\/
v2
\/
comments?post=1709"
}
],
"wp:attachment"
:[
{}
{
"href"
:
"https:
\/\/
somcomunitats.coop
\/
wp-json
\/
wp
\/
v2
\/
media?parent=1709"
}
],
"curies"
:[
{}
{
"name"
:
"wp"
,
"href"
:
"https:
\/\/
api.w.org
\/
{rel}"
,
"templated"
:
true
}
]
}
...
...
...
...