List.GetListSummaryById

Summary

Returns summary information for the list with the given id.

Signatures

Web Service Method Signature
List GetListSummaryById(string apiKey, string site, int id)
REST Signature
/rest/list/GetSummary?apiKey={apiKey}&site={site}&id={id}

Return Value

The list with the given id.

Arguments

apiKey

Your API key. For more information see here.

site

The site the API should be executed against, e.g. www.ditto.net.

id

The id of the list to get the summary details for.

REST Example

http://api.ditto.net/rest/list/GetSummary?apiKey=xxxx&site=www.ditto.net&id=100

Response Example

<List xmlns="http://www.ditto.net" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <DittoUrl>http://www.ditto.net/Lists/WorstMoviesIveSeen</DittoUrl>
    <CreateDate>2008-02-11T11:58:51.14</CreateDate>
    <Id>100</Id>
    <OwnerPersonId>3726</OwnerPersonId>
    <Slug>WorstMoviesIveSeen</Slug>
    <Title>Worst movies ever made</Title>
</List>