Skip to content

Latest commit

 

History

History
146 lines (94 loc) · 4.22 KB

ListeDeValeursApi.md

File metadata and controls

146 lines (94 loc) · 4.22 KB

HelloAssoApi.ListeDeValeursApi

All URIs are relative to https://api.helloasso.com/v5

Method HTTP request Description
valuesCompanyLegalStatusGet GET /values/company-legal-status Obtenir la liste des statuts juridiques
valuesOrganizationCategoriesGet GET /values/organization/categories Obtenir la liste des catégories du JO
valuesTagsGet GET /values/tags Obtenir la liste des tags publiques

valuesCompanyLegalStatusGet

[HelloAssoApiV5ModelsAccountCompanyLegalStatusModel] valuesCompanyLegalStatusGet()

Obtenir la liste des statuts juridiques

<br/><br/><b>Votre clientId doit être autorisé à tous ces privilèges : </b> <br/> AccessPublicData<br/><br/>

Example

import HelloAssoApi from 'hello_asso_api';
let defaultClient = HelloAssoApi.ApiClient.instance;
// Configure OAuth2 access token for authorization: OAuth2
let OAuth2 = defaultClient.authentications['OAuth2'];
OAuth2.accessToken = 'YOUR ACCESS TOKEN';

let apiInstance = new HelloAssoApi.ListeDeValeursApi();
apiInstance.valuesCompanyLegalStatusGet((error, data, response) => {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
});

Parameters

This endpoint does not need any parameter.

Return type

[HelloAssoApiV5ModelsAccountCompanyLegalStatusModel]

Authorization

OAuth2

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/plain, application/json, text/json

valuesOrganizationCategoriesGet

[HelloAssoApiV5ModelsAccountOrganismCategoryModel] valuesOrganizationCategoriesGet()

Obtenir la liste des catégories du JO

Utilisez ceci afin de construire votre liste de catégories d'organisation<br/><br/><b>Votre clientId doit être autorisé à tous ces privilèges : </b> <br/> AccessPublicData<br/><br/>

Example

import HelloAssoApi from 'hello_asso_api';
let defaultClient = HelloAssoApi.ApiClient.instance;
// Configure OAuth2 access token for authorization: OAuth2
let OAuth2 = defaultClient.authentications['OAuth2'];
OAuth2.accessToken = 'YOUR ACCESS TOKEN';

let apiInstance = new HelloAssoApi.ListeDeValeursApi();
apiInstance.valuesOrganizationCategoriesGet((error, data, response) => {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
});

Parameters

This endpoint does not need any parameter.

Return type

[HelloAssoApiV5ModelsAccountOrganismCategoryModel]

Authorization

OAuth2

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/plain, application/json, text/json

valuesTagsGet

[HelloAssoApiV5ModelsTagsPublicTagModel] valuesTagsGet()

Obtenir la liste des tags publiques

Utilisez ceci afin de récupérer la liste des étiquettes utilisées<br/><br/><b>Votre clientId doit être autorisé à tous ces privilèges : </b> <br/> AccessPublicData<br/><br/>

Example

import HelloAssoApi from 'hello_asso_api';
let defaultClient = HelloAssoApi.ApiClient.instance;
// Configure OAuth2 access token for authorization: OAuth2
let OAuth2 = defaultClient.authentications['OAuth2'];
OAuth2.accessToken = 'YOUR ACCESS TOKEN';

let apiInstance = new HelloAssoApi.ListeDeValeursApi();
apiInstance.valuesTagsGet((error, data, response) => {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
});

Parameters

This endpoint does not need any parameter.

Return type

[HelloAssoApiV5ModelsTagsPublicTagModel]

Authorization

OAuth2

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/plain, application/json, text/json