Récupérer toutes les listes pour un HUB
Requête:
GET /hubs/{hub}/_api/web/lists
Entêtes:
Cookie: FedAuth Cookie get after login
Accept: application/json;odata=verbose
Accept: application/json;odata=verbose
Récupérer une liste par son titre
Requête :
GET /hubs/{hub}/_api/web/lists/getbytitle('{ListTitle}')
Entêtes :
Cookie: FedAuth Cookie get after login
Accept: application/json;odata=verbose
Accept: application/json;odata=verbose
Récupérer une liste par son ID
Requête:
GET /hubs/{hub}/_api/web/lists(guid'{ListGuid}')
Entêtes:
Cookie: FedAuth Cookie get after login
Accept: application/json;odata=verbose
Accept: application/json;odata=verbose