POST v1/FeaturesFlag/GetAllFeaturesFlags
Get All Features flag that setup in Posthog
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
CustomerId
No description available
Not available
EmailAddress
No description available
Not available
Group
No description available
Not available
Role
No description available
Not available
CustomerSegment
No description available
Not available
CurrencyCode
No description available
Not available
CurrencyName
No description available
Not available
CultureCode
No description available
Not available
Nationality
No description available
Not available
CountryOfBirth
No description available
Not available
SiteId
No description available
Not available
CountryFrom
No description available
Not available
CountryTo
No description available
Not available
PaymentMethod
No description available
Not available
PaymentDelivery
No description available
Not available
Amount
No description available
Not available
BankId
No description available
Not available
BankName
No description available
Not available
Platform
No description available
Not available
Version
No description available
Not available
AppVersion
No description available
Not available
ActiveCustomer
No description available
Not available
AgentId
No description available
Not available
Response Information
Response body formats
application/json, text/json
Sample:
{ "creationTime": "2025-05-02T18:27:03.9344575-07:00", "featuresFlag": { "sample string 1": {}, "sample string 3": {}, "sample string 5": {} } }
application/xml, text/xml
Sample:
<FeaturesFlagResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DomainEntities"> <CreationTime>2025-05-02T18:27:03.9344575-07:00</CreationTime> <FeaturesFlag xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 5</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> </FeaturesFlag> </FeaturesFlagResponse>