All URIs are relative to https://api.helloasso.com/v5
Method | HTTP request | Description |
---|---|---|
tagsTagNameGet | GET /tags/{tagName} | Obtenir le détail d'un tag interne |
HelloAssoApiV5ModelsTagsInternalTagModel tagsTagNameGet(tagName, opts)
Obtenir le détail d'un tag interne
<br/><br/><b>Votre clientId doit être autorisé à tous ces privilèges : </b> <br/> FormOpenDirectory<br/><br/>
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.TagsApi();
let tagName = "tagName_example"; // String |
let opts = {
'withCount': false, // Boolean | If true : Count of times Tag is used
'withAmount': false // Boolean | If true : Amount collected by all forms linked to this Tag
};
apiInstance.tagsTagNameGet(tagName, opts, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
Name | Type | Description | Notes |
---|---|---|---|
tagName | String | ||
withCount | Boolean | If true : Count of times Tag is used | [optional] [default to false] |
withAmount | Boolean | If true : Amount collected by all forms linked to this Tag | [optional] [default to false] |
HelloAssoApiV5ModelsTagsInternalTagModel
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json