Get Numerator by ID documentgenerator.numerator.get
We are still updating this page
Some data may be missing here — we will complete it shortly.
Scope:
documentgeneratorWho can execute the method: any user
The method documentgenerator.numerator.get returns information about the numerator by its ID.
|
Parameter |
Description |
|
id* |
ID of the numerator. |
Required parameters are marked with *
Successful Response
200 OK
"numerator": {
"id": "202", // template id
"name": "Rest Template", // name
"template": "{NUMBER}", // template
"settings": { // generator settings
"Bitrix_Main_Numerator_Generator_SequentNumberGenerator": {
"start": 20,
"step": 5,
"periodicBy": "",
"timezone": "",
"isDirectNumeration": ""
}
},
}
Copied
Previous