View Categories

Liste des agences d’une enseigne ETT

Cette route permet de lister l’ensemble des agences d’une enseigne en particulier. il offre aussi la possibilité de filtrer par client EU.

Paramètre de filtrage :

customerId (identifiant Peopulse du client)

Requête :

curl -X 'GET' \
  'https://api.peopulse.com/api/v1/agencies?customerId=RHIO_CLIENTEU' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer Your_Token'

Résultat :

{
  "meta": {
    "pagination": {
      "maxPage": 65,
      "page": 1,
      "limit": 200,
      "total": 12828
    }
  },
  "data": [
    {
      "id": "RHFFFFF00000005",
      "label": "INTERIM ROUEN",
      "city": "Rouen",
      "isPrincipalAgency": true
    },
    {
      "id": "RHFFFFF00000008",
      "label": " COTEJOB EPINAL JOA",
      "city": "EPINAL",
      "isPrincipalAgency": false
    },
    {
      "id": "RHFFFFF00000047",
      "label": " INTERIM CLOUD",
      "city": "GRENOBLE",
      "isPrincipalAgency": false
    },
    {
      "id": "RHFFFFF00000054",
      "label": " INTERIM NATION ANGERS",
      "city": "BEAUCOUZE",
      "isPrincipalAgency": false
    }
 ]
}