Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 432 Bytes

groups.md

File metadata and controls

39 lines (29 loc) · 432 Bytes

Get all groups

Used to fetch all group IDs

URL : /api/v2.2/groups

HTTP Header :

Accept-Language: [language code]
X-PMF-Token: [phpMyFAQ client API Token, generated in admin backend]

Method : GET

Auth required : YES

Data constraints

[
  {
    "group-id": "[group id as integer value]"
  }
]

Data example

[
  {
    "group-id": 1
  },
  {
    "group-id": 2
  }
]