Get Text File Configurations
post
/content/sim/v2/setup/languages/getTextFileConfigurations
Gets all the Text File Configurations
Request
Supported Media Types
- application/json
- multipart/form-data
Get Record Parameters.
Root Schema : schema
Type:
Show Source
object
-
orderBy:
string
Sorts the response by the specified field name and sort order.Example:
fileType:asc
-
searchCriteria:
string
If specified, returns records that match the criteria.Example:
where equals(langId, 1)
Response
Supported Media Types
- application/json
200 Response
A collection of Text File Configurations.
Root Schema : schema
Type:
Show Source
object
-
count:
integer
Current response record count.Example:
9
-
hasMore:
boolean
Flag indicating if there are more objects to fetch.Example:
true
-
items:
array items
Array of Text File Configurations.
-
limit:
integer
Server page sizeExample:
100
-
offset:
integer
Starting resource record indexExample:
0
-
totalResults:
integer
Total number of rows (excluding the paging parameters)Example:
100
Nested Schema : items
Type:
array
Array of Text File Configurations.
Show Source
-
Array of:
object TextFileConfiguration
Model for Text File Configuration Object
Nested Schema : TextFileConfiguration
Type:
object
Model for Text File Configuration Object
Show Source
-
baseFileName:
string
Base File Name of the Text File Configuration.Example:
Micros.Payment.Cash
-
fileType:
integer
File Type of the Text File Configuration.Example:
3
-
langId:
integer
Unique identifier of the language.Example:
1