Get file attributes for a filesystemget {protocol}://{base-url}/integration/v2/file_attribute/This API allows fetching of multiple file attributes with filtering and pagination. The fs_id query parameter is required.Query Paramsfs_idintegerrequiredUnique identifier of the filesystemfile_iduuidUnique identifier of a file within the filesystemidintegerfilter by id of the objectnamestringfilter by object namename__iexactstringfilter by object name case insensitive exact matchname__containsstringfilter by object name containing the given stringname__icontainsstringfilter by object name containing the given string, case insensitive matchname__startswithstringfilter by object name starting with the given stringname__istartswithstringfilter by object name starting with the given string, case insensitive matchname__endswithstringfilter by object name ending with the given stringname__iendswithstringfilter by object name ending with the given string, case insensitive matchid__gtintegerfilter by id greater than a valueid__gteintegerfilter by id greater than or equal to a valueid__ltintegerfilter by id lesser than a valueid__lteintegerfilter by id lesser than or equal to a valuelimitintegerDefaults to 100Specifies the number of objects to be fetched in one paginated request. Response may have a X-Next-Page URL parameter in the header to fetch next set of objects or pageskipintegerDefaults to 0Specifies the number of objects to be skipped in one request. Used together with Limit parameter to fetch paginated requests. This is automatically set in X-Next-Page response header if presentorder_bystringenumOrdering of objects by id and nameidnameAllowed:idnameResponses 200List of file attributes matching the filters. 400Malformed Request 401Unauthorized bad/missing token 403Forbidden User cannot edit this resource 404The specified resource was not found 413Request Too Large 414Request URL Too Long 429Too many requests 500Internal Server ErrorUpdated 3 months ago Update children of a sub-columnUpdate file attributes under a particular filesystemDid this page help you?YesNo