"GET/displaygroup" does not contain a display

Hello.
I’m using cms 2.0. 4.
If I don’t specify isDisplaySpecific = 1 in “GET/displaygroup”,
A display that is not a group is not listed.

(So I combine the results of isDisplaySpecific = 0 and 1 to get all the display information.)

Considering the behavior of playlists, layouts and campaign APIs, I think it’s natural to display them together.

The display group endpoint gives you all Display Groups, and the Display end point gives you all Displays. The fact that they are “combined” records in the data model shouldn’t really effect the way you treat them via the API.

Listing all the groups and displays would be rather confusing for most uses cases I think… ?