Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saumier authored Apr 5, 2023
1 parent 6c54e4c commit 6d9ec3f
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,3 @@ Here is an example call to get a list of 50 users:

`GET /wp-json/wp/v2/users?per_page=50`

Here is an example JSON output for user id: "25" in the test environment http://test.capacoa.ca
```
"usermeta": {
"operating_name1": "The Test Arts Centre",
"operating_name1_language": "en",
"operating_name2": "Le Centre des arts bidon",
"operating_name2_language": "fr",
"legal_name": "THIS IS NOT REAL INC.",
"legal_name_language": "en",
"also_known_as": "TTAC",
"business_number": "123456789",
"legal_form": "Municipal corporation",
"charitable_status": "Not a charitable organization",
"primary_activity": "Presenting/promoting live performances",
"discipline_genre": [
"Circus"
],
"presenting_format": "",
"website_official": "http://nowhere.ca",
"events_page": "http://nowhere.ca/events",
"wikidata_id": "Q20390140293",
"venue_name": "Nowhere Theatre",
"venue_relationship": "Manager/Operator",
"wikidata_id_venue": "Q200917923",
"venue_other_name": "",
"venue_other_relationship": "",
"wikidata_id_venue_other": "",
"terms_conditions_v1_0": "agree and disclose (v1.0)",
"pmpro_bcountry": "CA",
"pmpro_bcity": "Gatineau",
"pmpro_bstate": "QC"
}

0 comments on commit 6d9ec3f

Please sign in to comment.